Class UserProfileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openig.tools.userprofile.UserProfileException
- All Implemented Interfaces:
Serializable
Represents an exception thrown whilst performing UserProfileService operations.
- See Also:
-
Constructor Summary
ConstructorDescriptionUserProfileException
(String message) Builds anUserProfileException
with a given message.UserProfileException
(String message, Throwable cause) Builds anUserProfileException
with a given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserProfileException
Builds anUserProfileException
with a given message.- Parameters:
message
- Exception's message
-
UserProfileException
Builds anUserProfileException
with a given message and cause.- Parameters:
message
- Exception's messagecause
- Throwable cause
-