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 details message.
      • OperationNotFoundException

        public OperationNotFoundException​(String message,
                                          Throwable cause)
        Construct an exception with the specified detail message and cause.
        Parameters:
        message - The details message.
        cause - The cause for this exception.