public class SamException extends Exception
| Constructor and Description |
|---|
SamException(org.apache.directory.shared.kerberos.codec.types.SamType type)
Creates a SamException for a specific SamType.
|
SamException(org.apache.directory.shared.kerberos.codec.types.SamType type,
String message)
Creates a SamException for a specific SamType, with message.
|
SamException(org.apache.directory.shared.kerberos.codec.types.SamType type,
String message,
Throwable cause)
Creates a SamException for a specific SamType, with a message and the
cause that resulted in this exception.
|
SamException(org.apache.directory.shared.kerberos.codec.types.SamType type,
Throwable cause)
Creates a SamException for a specific SamType, with the cause resulted in
this exception.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.shared.kerberos.codec.types.SamType |
getSamType()
Gets the registered SAM algorithm type associated with this SamException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SamException(org.apache.directory.shared.kerberos.codec.types.SamType type)
type - the type value for the SAM algorithm associated with this exceptionpublic SamException(org.apache.directory.shared.kerberos.codec.types.SamType type,
String message)
type - the type value for the SAM algorithm associated with this exceptionmessage - a message regarding the nature of the faultpublic SamException(org.apache.directory.shared.kerberos.codec.types.SamType type,
Throwable cause)
type - the type value for the SAM algorithm associated with this exceptioncause - the throwable that resulted in this exception being thrownpublic SamException(org.apache.directory.shared.kerberos.codec.types.SamType type,
String message,
Throwable cause)
type - the type value for the SAM algorithm associated with this exceptionmessage - a message regarding the nature of the faultcause - the throwable that resulted in this exception being thrownCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.