|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.security.auth.login.LoginException
com.arsdigita.kernel.security.KernelLoginException
Constructor Summary | |
KernelLoginException()
|
|
KernelLoginException(String message)
|
|
KernelLoginException(String msg,
Throwable rootCause)
|
|
KernelLoginException(Throwable rootCause)
|
Method Summary | |
String |
getMessage()
This exception's message and the root cause's. |
Throwable |
getRootCause()
Gets the root cause of this exception. |
boolean |
hasRootCause()
Indicates if this exception has a root cause. |
void |
printStackTrace()
Stack trace for the root cause. |
void |
printStackTrace(PrintStream s)
Stack trace for the root cause. |
void |
printStackTrace(PrintWriter s)
Stack trace for the root cause. |
String |
toString()
Get a string representing this exception and the root cause. |
String |
toString(Class delegatingClass)
Get a string representing this exception and the root cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public KernelLoginException()
public KernelLoginException(String message)
public KernelLoginException(Throwable rootCause)
public KernelLoginException(String msg, Throwable rootCause)
Method Detail |
public boolean hasRootCause()
public Throwable getRootCause()
public String toString()
public String toString(Class delegatingClass)
public String getMessage()
public void printStackTrace()
public void printStackTrace(PrintStream s)
public void printStackTrace(PrintWriter s)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |