|
VistALink v1.6 | |||||||||
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
gov.va.med.vistalink.security.VistaLoginModuleException
public class VistaLoginModuleException
Represents a LoginException thrown by the LoginModule. The main difference from LoginException
is
support in the constructor for including a nested exception.
When attempting a logon, you can trap for the more specific VistaLoginModuleException
, in addition to
LoginException
.
Method Summary | |
---|---|
java.lang.String |
getFullStackTrace()
Deprecated. Use Throwable.getStackTrace() instead. |
java.lang.String |
getMessage()
Returns the detail message, including nested messages from the nested exceptions. |
java.lang.Throwable |
getNestedException()
Deprecated. Use getCause() instead. |
void |
printStackTrace()
Deprecated. unused method, not part of JAAS spec, left to help preserve compatibility with previous versions |
void |
printStackTrace(java.io.PrintStream ps)
Prints the composite message and full embedded stack trace to the specified stream ps . |
void |
printStackTrace(java.io.PrintWriter pw)
Deprecated. unused method, not part of JAAS spec, left to help preserve compatibility with previous versions |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.Throwable getNestedException()
getNestedException
in interface FoundationsExceptionInterface
FoundationsExceptionInterface.getNestedException()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Throwable.getMessage()
public void printStackTrace(java.io.PrintStream ps)
ps
.
printStackTrace
in class java.lang.Throwable
ps
- the print streamThrowable.printStackTrace(java.io.PrintStream)
public void printStackTrace(java.io.PrintWriter pw)
pw
printStackTrace
in class java.lang.Throwable
pw
- the print writerThrowable.printStackTrace(java.io.PrintWriter)
This constructor, method or field is not for public use. |
public void printStackTrace()
System.err
.
printStackTrace
in class java.lang.Throwable
Throwable.printStackTrace()
This constructor, method or field is not for public use. |
public java.lang.String getFullStackTrace()
getFullStackTrace
in interface FoundationsExceptionInterface
FoundationsExceptionInterface.getFullStackTrace()
This constructor, method or field is not for public use. |
|
VistALink v1.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |