|
|||||||||
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.jato.util.WrapperException | +--com.iplanet.jato.model.InvalidContextException
Indicates that an operation was attempted on an invalid context within a
ContextualModel
ContextualModel
, Serialized FormConstructor Summary | |
InvalidContextException()
Default constructor |
|
InvalidContextException(java.lang.String m)
|
|
InvalidContextException(java.lang.String m,
java.lang.Throwable e)
|
Methods inherited from class com.iplanet.jato.util.WrapperException |
getException, getRootCause, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InvalidContextException()
public InvalidContextException(java.lang.String m)
public InvalidContextException(java.lang.String m, java.lang.Throwable e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |