Class MethodNotAllowedRuntimeException

    • Constructor Detail

      • MethodNotAllowedRuntimeException

        public MethodNotAllowedRuntimeException​(String aMessage,
                                                String aErrorCode)
        Instantiates a new method not allowed runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • MethodNotAllowedRuntimeException

        public MethodNotAllowedRuntimeException​(String aMessage,
                                                Throwable aCause,
                                                String aErrorCode)
        Instantiates a new method not allowed runtime exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • MethodNotAllowedRuntimeException

        public MethodNotAllowedRuntimeException​(String message,
                                                Throwable cause)
        Instantiates a new method not allowed runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • MethodNotAllowedRuntimeException

        public MethodNotAllowedRuntimeException​(String message)
        Instantiates a new method not allowed runtime exception.
        Parameters:
        message - the message
      • MethodNotAllowedRuntimeException

        public MethodNotAllowedRuntimeException​(Throwable aCause,
                                                String aErrorCode)
        Instantiates a new method not allowed runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • MethodNotAllowedRuntimeException

        public MethodNotAllowedRuntimeException​(Throwable cause)
        Instantiates a new method not allowed runtime exception.
        Parameters:
        cause - the cause