Class UnavailableForLegalReasonsException

    • Constructor Detail

      • UnavailableForLegalReasonsException

        public UnavailableForLegalReasonsException​(String aMessage,
                                                   String aErrorCode)
        Instantiates a new unavailable for legal reasons exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • UnavailableForLegalReasonsException

        public UnavailableForLegalReasonsException​(String aMessage,
                                                   Throwable aCause,
                                                   String aErrorCode)
        Instantiates a new unavailable for legal reasons exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • UnavailableForLegalReasonsException

        public UnavailableForLegalReasonsException​(String message,
                                                   Throwable cause)
        Instantiates a new unavailable for legal reasons exception.
        Parameters:
        message - the message
        cause - the cause
      • UnavailableForLegalReasonsException

        public UnavailableForLegalReasonsException​(String message)
        Instantiates a new unavailable for legal reasons exception.
        Parameters:
        message - the message
      • UnavailableForLegalReasonsException

        public UnavailableForLegalReasonsException​(Throwable aCause,
                                                   String aErrorCode)
        Instantiates a new unavailable for legal reasons exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • UnavailableForLegalReasonsException

        public UnavailableForLegalReasonsException​(Throwable cause)
        Instantiates a new unavailable for legal reasons exception.
        Parameters:
        cause - the cause