Class MethodFailureException

    • Constructor Detail

      • MethodFailureException

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

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

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

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

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

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