Package eu.acclimatize.unison.user
Class UserUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.acclimatize.unison.user.UserUpdateException
- All Implemented Interfaces:
Serializable
An exception that is thrown if there is a problem updating user information.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserUpdateException(String message) Creates and instance of UserUpdateException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserUpdateException
Creates and instance of UserUpdateException.- Parameters:
message- The message to be displayed or logged.
-