org.appfuse.service
Class UserExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.appfuse.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.

View Source

Author:
Matt Raible
See Also:
Serialized Form

Constructor Summary
UserExistsException(String message)
          Constructor for UserExistsException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserExistsException

public UserExistsException(String message)
Constructor for UserExistsException.

Parameters:
message -


Copyright � 2002-2006