Class NotSupportedException

  • All Implemented Interfaces:
    Serializable

    public class NotSupportedException
    extends SilverpeasRuntimeException
    An unchecked exception to signal a method inherited from an interface or an abstract class isn't supported by the current implementation (in others terms, the method has no meaning for the current implementation).
    Author:
    mmoquillon
    See Also:
    Serialized Form
    • Constructor Detail

      • NotSupportedException

        public NotSupportedException​(String message)
      • NotSupportedException

        public NotSupportedException​(String message,
                                     Throwable cause)
      • NotSupportedException

        public NotSupportedException​(Throwable cause)