Class ArgsMismatchException

    • Constructor Summary

      Constructors 
      Constructor Description
      ArgsMismatchException​(java.lang.String[] aArgs, java.lang.String message)
      Instantiates a new args mismatch exception.
      ArgsMismatchException​(java.lang.String[] aArgs, java.lang.String aMessage, java.lang.String aErrorCode)
      Instantiates a new args mismatch exception.
      ArgsMismatchException​(java.lang.String[] aArgs, java.lang.String message, java.lang.Throwable cause)
      Instantiates a new args mismatch exception.
      ArgsMismatchException​(java.lang.String[] aArgs, java.lang.String aMessage, java.lang.Throwable aCause, java.lang.String aErrorCode)
      Instantiates a new args mismatch exception.
      ArgsMismatchException​(java.lang.String[] aArgs, java.lang.Throwable cause)
      Instantiates a new args mismatch exception.
      ArgsMismatchException​(java.lang.String[] aArgs, java.lang.Throwable aCause, java.lang.String aErrorCode)
      Instantiates a new args mismatch exception.
    • Method Summary

      • Methods inherited from class org.refcodes.exception.AbstractException

        getErrorCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • ArgsMismatchException

        public ArgsMismatchException​(java.lang.String[] aArgs,
                                     java.lang.String aMessage,
                                     java.lang.String aErrorCode)
        Instantiates a new args mismatch exception.
        Parameters:
        aArgs - the args
        aMessage - the message
        aErrorCode - the error code
      • ArgsMismatchException

        public ArgsMismatchException​(java.lang.String[] aArgs,
                                     java.lang.String aMessage,
                                     java.lang.Throwable aCause,
                                     java.lang.String aErrorCode)
        Instantiates a new args mismatch exception.
        Parameters:
        aArgs - the args
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • ArgsMismatchException

        public ArgsMismatchException​(java.lang.String[] aArgs,
                                     java.lang.String message,
                                     java.lang.Throwable cause)
        Instantiates a new args mismatch exception.
        Parameters:
        aArgs - the args
        message - the message
        cause - the cause
      • ArgsMismatchException

        public ArgsMismatchException​(java.lang.String[] aArgs,
                                     java.lang.String message)
        Instantiates a new args mismatch exception.
        Parameters:
        aArgs - the args
        message - the message
      • ArgsMismatchException

        public ArgsMismatchException​(java.lang.String[] aArgs,
                                     java.lang.Throwable aCause,
                                     java.lang.String aErrorCode)
        Instantiates a new args mismatch exception.
        Parameters:
        aArgs - the args
        aCause - the cause
        aErrorCode - the error code
      • ArgsMismatchException

        public ArgsMismatchException​(java.lang.String[] aArgs,
                                     java.lang.Throwable cause)
        Instantiates a new args mismatch exception.
        Parameters:
        aArgs - the args
        cause - the cause