Class OperationUnsupportedException

All Implemented Interfaces:
Serializable

public class OperationUnsupportedException extends CometException
The type Operation unsupported exception.
See Also:
  • Constructor Details

    • OperationUnsupportedException

      public OperationUnsupportedException(Object caller, String message)
      Instantiates a new Operation unsupported exception.
      Parameters:
      caller - the caller
      message - the message
    • OperationUnsupportedException

      public OperationUnsupportedException(Object caller, Throwable cause)
      Instantiates a new Operation unsupported exception.
      Parameters:
      caller - the caller
      cause - the cause