|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.verisign.epp.util.InvalidateSessionException
public class InvalidateSessionException
Simple Exception
that is thrown by the
utility TestUtil.handleException(EPPSession, Exception)
method to
indicate that the session should be invalidated by the calling
method and further use of the session should be terminated.
TestUtil.handleException(EPPSession, Exception)
,
Serialized FormConstructor Summary | |
---|---|
InvalidateSessionException()
Default constructor |
|
InvalidateSessionException(java.lang.String message)
Create with text message desribing the exception. |
|
InvalidateSessionException(java.lang.String message,
java.lang.Throwable cause)
Create with text message desribing the exception and an associated cause Throwable . |
|
InvalidateSessionException(java.lang.Throwable cause)
Create with an associated cause Throwable . |
Method Summary |
---|
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 InvalidateSessionException()
public InvalidateSessionException(java.lang.String message)
message
- description messagepublic InvalidateSessionException(java.lang.String message, java.lang.Throwable cause)
Throwable
.
message
- description messagecause
- Throwable
that caused the exceptionpublic InvalidateSessionException(java.lang.Throwable cause)
Throwable
.
cause
- Throwable
that caused the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |