|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.slee.profile.ProfileVerificationException
public class ProfileVerificationException
This exception can be thrown by the Profile.profileVerify() callback method if
the state of the profile's CMP fields is not deemed to be valid.
| Constructor Summary | |
|---|---|
ProfileVerificationException(java.lang.String message)
Create a ProfileVerificationException with the a detail message. |
|
ProfileVerificationException(java.lang.String message,
java.lang.Throwable cause)
Create a ProfileVerificationException with a detail message and cause. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Get the cause (if any) for this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 ProfileVerificationException(java.lang.String message)
ProfileVerificationException with the a detail message.
message - the detail message.
public ProfileVerificationException(java.lang.String message,
java.lang.Throwable cause)
ProfileVerificationException with a detail message and cause.
message - the detail message.cause - the reason this exception was thrown.| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||