Class ComponentException

    • Constructor Detail

      • ComponentException

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

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

        public ComponentException​(String message,
                                  Throwable cause)
        Instantiates a new component exception.
        Parameters:
        message - the message
        cause - the cause
      • ComponentException

        public ComponentException​(String message)
        Instantiates a new component exception.
        Parameters:
        message - the message
      • ComponentException

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

        public ComponentException​(Throwable cause)
        Instantiates a new component exception.
        Parameters:
        cause - the cause