Class OperationNotSupportedException

All Implemented Interfaces:
Serializable

public class OperationNotSupportedException extends OperationFailedException
Checked exception thrown if the requested operation is not supported.
Since:
2.2
See Also:
  • Constructor Details

    • OperationNotSupportedException

      public OperationNotSupportedException()
    • OperationNotSupportedException

      public OperationNotSupportedException(Throwable cause)
    • OperationNotSupportedException

      public OperationNotSupportedException(String message)
    • OperationNotSupportedException

      public OperationNotSupportedException(String message, Throwable cause)