public class UserProfileException extends Exception
Constructor and Description |
---|
UserProfileException(String message)
Builds an
UserProfileException with a given message. |
UserProfileException(String message,
Throwable cause)
Builds an
UserProfileException with a given message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UserProfileException(String message)
UserProfileException
with a given message.message
- Exception's messagepublic UserProfileException(String message, Throwable cause)
UserProfileException
with a given message and cause.message
- Exception's messagecause
- Throwable causeCopyright 2011-2017 ForgeRock AS.