Class SecurityProblemException

    • Constructor Detail

      • SecurityProblemException

        public SecurityProblemException()
        Instantiates a new Security problem exception.
      • SecurityProblemException

        public SecurityProblemException​(String message)
        Instantiates a new Security problem exception.
        Parameters:
        message - the message
      • SecurityProblemException

        public SecurityProblemException​(String message,
                                        Throwable throwable)
        Instantiates a new Security problem exception.
        Parameters:
        message - the message
        throwable - the throwable
      • SecurityProblemException

        public SecurityProblemException​(Throwable throwable)
        Instantiates a new Security problem exception.
        Parameters:
        throwable - the throwable