Class OperationUnsupportedException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • OperationUnsupportedException

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

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