Class UnavailableForLegalReasonsRuntimeException

    • Constructor Detail

      • UnavailableForLegalReasonsRuntimeException

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

        public UnavailableForLegalReasonsRuntimeException​(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
      • UnavailableForLegalReasonsRuntimeException

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

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

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

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