|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.directory.server.kerberos.sam.SamException
public class SamException
Base class for all SAM subsystem errors.
| Constructor Summary | |
|---|---|
SamException(org.apache.directory.server.kerberos.shared.messages.value.SamType type)
Creates a SamException for a specific SamType. |
|
SamException(org.apache.directory.server.kerberos.shared.messages.value.SamType type,
java.lang.String message)
Creates a SamException for a specific SamType, with message. |
|
SamException(org.apache.directory.server.kerberos.shared.messages.value.SamType type,
java.lang.String message,
java.lang.Throwable cause)
Creates a SamException for a specific SamType, with a message and the cause that resulted in this exception. |
|
SamException(org.apache.directory.server.kerberos.shared.messages.value.SamType type,
java.lang.Throwable cause)
Creates a SamException for a specific SamType, with the cause resulted in this exception. |
|
| Method Summary | |
|---|---|
org.apache.directory.server.kerberos.shared.messages.value.SamType |
getSamType()
Gets the registered SAM algorithm type associated with this SamException. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SamException(org.apache.directory.server.kerberos.shared.messages.value.SamType type)
type - the type value for the SAM algorithm associated with this exception
public SamException(org.apache.directory.server.kerberos.shared.messages.value.SamType type,
java.lang.String message)
type - the type value for the SAM algorithm associated with this exceptionmessage - a message regarding the nature of the fault
public SamException(org.apache.directory.server.kerberos.shared.messages.value.SamType type,
java.lang.Throwable cause)
type - the type value for the SAM algorithm associated with this exceptioncause - the throwable that resulted in this exception being thrown
public SamException(org.apache.directory.server.kerberos.shared.messages.value.SamType type,
java.lang.String message,
java.lang.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 thrown| Method Detail |
|---|
public org.apache.directory.server.kerberos.shared.messages.value.SamType getSamType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||