|
© 2002 BEA Systems, Inc. | ||||||||
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.bea.p13n.exceptions.ApplicationException | +--com.bea.p13n.usermgmt.profile.ProfileNotFoundException | +--com.bea.p13n.usermgmt.profile.SuccessorNotFoundException
Application exception to signal that a profile's successor could not be resolved. This will be thrown when:
Constructor Summary | |
SuccessorNotFoundException()
|
|
SuccessorNotFoundException(java.lang.String message)
Constructor |
|
SuccessorNotFoundException(java.lang.String message,
java.lang.Throwable t)
Constructor |
|
SuccessorNotFoundException(java.lang.Throwable t)
Constructor |
Methods inherited from class com.bea.p13n.exceptions.ApplicationException |
getCause,
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 SuccessorNotFoundException()
public SuccessorNotFoundException(java.lang.String message)
message
- String representing the Exception messagepublic SuccessorNotFoundException(java.lang.String message, java.lang.Throwable t)
message
- String representing the Exception messaget
- Throwable object representing the wrapped or chained exceptionpublic SuccessorNotFoundException(java.lang.Throwable t)
t
- Throwable object representing the wrapped or chained exception
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |