Class OperationNotFoundException

    • Constructor Detail

      • OperationNotFoundException

        public OperationNotFoundException()
        Construct an exception with no detail message.
      • OperationNotFoundException

        public OperationNotFoundException​(String message)
        Construct an exception with the specified detail message.
        Parameters:
        message - the detail message, saved for later retrieval by the Throwable.getMessage() method.
      • OperationNotFoundException

        public OperationNotFoundException​(String message,
                                          Throwable cause)
        Construct an exception with the specified detail message and cause.
        Parameters:
        message - the detail message, saved for later retrieval by the Throwable.getMessage() method.
        cause - the cause, saved for later retrieval by the Throwable.getCause() method.