|
© 2001 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 message
public 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
|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||