public class KerberosLDAPContainerException extends KerberosOperationException
Constructor and Description |
---|
KerberosLDAPContainerException(String message)
Creates a new KerberosLDAPContainerException with a message
|
KerberosLDAPContainerException(String message,
Throwable cause)
Creates a new KerberosLDAPContainerException with a message and a cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KerberosLDAPContainerException(String message)
message
- a String containing the message indicating the reason for this exceptionpublic KerberosLDAPContainerException(String message, Throwable cause)
message
- a String containing the message indicating the reason for this exceptioncause
- a Throwable declaring the previously thrown Throwable that led to this exceptionCopyright © 2022 Apache Software Foundation. All rights reserved.