Class MethodFailureRuntimeException

    • Constructor Detail

      • MethodFailureRuntimeException

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

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

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

        public MethodFailureRuntimeException​(String message)
        Instantiates a new method failure runtime exception.
        Parameters:
        message - the message
      • MethodFailureRuntimeException

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

        public MethodFailureRuntimeException​(Throwable cause)
        Instantiates a new method failure runtime exception.
        Parameters:
        cause - the cause