Class UserProfileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.forgerock.openig.tools.userprofile.UserProfileException
-
- All Implemented Interfaces:
Serializable
public class UserProfileException extends Exception
Represents an exception thrown whilst performing UserProfileService operations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserProfileException(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 Detail
-
UserProfileException
public UserProfileException(String message)
Builds anUserProfileException
with a given message.- Parameters:
message
- Exception's message
-
-