|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.iplanet.sso.SSOException
An SSOException
is thrown when there are errors related to
SSOToken operations.
Constructor Summary | |
SSOException(java.lang.String msg)
Constructs an instance of the SSOException class. |
|
SSOException(java.lang.Throwable t)
Constructs an instance of the SSOException class. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SSOException(java.lang.String msg)
SSOException
class.msg
- The message provided by the object that is throwing the
exception.public SSOException(java.lang.Throwable t)
SSOException
class.The
- throwable object provided by the object that is throwing
the exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |