Class SecurityProblemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- technology.openpool.ldap.adapter.api.directory.exception.SecurityProblemException
-
- All Implemented Interfaces:
Serializable
public class SecurityProblemException extends RuntimeException
The type Security problem exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityProblemException()Instantiates a new Security problem exception.SecurityProblemException(String message)Instantiates a new Security problem exception.SecurityProblemException(String message, Throwable throwable)Instantiates a new Security problem exception.SecurityProblemException(Throwable throwable)Instantiates a new Security problem exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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 messagethrowable- the throwable
-
SecurityProblemException
public SecurityProblemException(Throwable throwable)
Instantiates a new Security problem exception.- Parameters:
throwable- the throwable
-
-