com.gisgraphy.service
Class UserExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gisgraphy.service.UserExistsException
- All Implemented Interfaces:
- Serializable
public class UserExistsException
- extends Exception
An exception that is thrown by classes wanting to trap unique constraint
violations. This is used to wrap Spring's DataIntegrityViolationException so
it's checked in the web layer.
- Author:
- Matt Raible
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UserExistsException
public UserExistsException(String message)
- Constructor for UserExistsException.
- Parameters:
message
- exception message
Copyright © 2012. All Rights Reserved.