|
||||||||||
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(SamType type)
Creates a SamException for a specific SamType. |
|
SamException(SamType type,
java.lang.String message)
Creates a SamException for a specific SamType, with message. |
|
SamException(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(SamType type,
java.lang.Throwable cause)
Creates a SamException for a specific SamType, with the cause resulted in this exception. |
Method Summary | |
---|---|
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(SamType type)
type
- the type value for the SAM algorithm associated with this exceptionpublic SamException(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 faultpublic SamException(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 thrownpublic SamException(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 thrownMethod Detail |
---|
public SamType getSamType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |