Class DecomposeException.DecomposeRuntimeException

    • Constructor Detail

      • DecomposeRuntimeException

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

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

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

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

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

        public DecomposeRuntimeException​(Throwable cause)
        Instantiates a new decompose exception.
        Parameters:
        cause - the cause