Class HiddenException

    • Constructor Detail

      • HiddenException

        public HiddenException​(java.lang.String message,
                               java.lang.Throwable cause)
        Instantiates a new hidden exception.
        Parameters:
        message - the message
        cause - the cause
      • HiddenException

        public HiddenException​(java.lang.Throwable cause)
        Instantiates a new hidden exception.
        Parameters:
        cause - the cause
      • HiddenException

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

        public HiddenException​(java.lang.Throwable aCause,
                               java.lang.String aErrorCode)
        Instantiates a new hidden exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code