Class UserUpdateException

All Implemented Interfaces:
Serializable

public class UserUpdateException extends RuntimeException
An exception that is thrown if there is a problem updating user information.
See Also:
  • Constructor Details

    • UserUpdateException

      public UserUpdateException(String message)
      Creates and instance of UserUpdateException.
      Parameters:
      message - The message to be displayed or logged.