|
|||||||||
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 | +--oracle.cle.exception.CLEException | +--oracle.cle.util.statemachine.TransitionConditionException
Fields inherited from class oracle.cle.exception.CLEException |
callingObject, detailedErrorMessage, errCode, errorMessage, lastException, possibleFix |
Constructor Summary | |
TransitionConditionException()
|
|
TransitionConditionException(java.lang.String errorCode,
java.lang.Exception e)
|
|
TransitionConditionException(java.lang.String errorCode,
java.lang.Object callingObject)
|
|
TransitionConditionException(java.lang.String errCode,
java.lang.String errorMessage)
|
|
TransitionConditionException(java.lang.String errCode,
java.lang.String errorMessage,
java.lang.Exception e)
|
|
TransitionConditionException(java.lang.String errorMessage,
java.lang.String detailedErrorMessage,
java.lang.String possibleFix,
java.lang.Object o)
|
Methods inherited from class oracle.cle.exception.CLEException |
getCallingObject, getDetailedErrorMessage, getErrorCode, getErrorMessage, getLastException, getMessage, getPossibleFix, getStackTrace, main, setDetailedErrorMessage, setErrorMessage, setPossibleFix |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TransitionConditionException(java.lang.String errorMessage, java.lang.String detailedErrorMessage, java.lang.String possibleFix, java.lang.Object o)
public TransitionConditionException()
public TransitionConditionException(java.lang.String errorCode, java.lang.Object callingObject)
public TransitionConditionException(java.lang.String errorCode, java.lang.Exception e)
public TransitionConditionException(java.lang.String errCode, java.lang.String errorMessage)
public TransitionConditionException(java.lang.String errCode, java.lang.String errorMessage, java.lang.Exception e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |