public class ProfileVerificationException extends Exception
Profile.profileVerify()
callback method if
the state of the profile's CMP fields is not deemed to be valid.Constructor and Description |
---|
ProfileVerificationException(String message)
Create a
ProfileVerificationException with the a detail message. |
ProfileVerificationException(String message,
Throwable cause)
Create a
ProfileVerificationException with a detail message and cause. |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Get the cause (if any) for this exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProfileVerificationException(String message)
ProfileVerificationException
with the a detail message.message
- the detail message.