com.elasticpath.commons.exception
Class UserIdNonExistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.elasticpath.commons.exception.EpSystemException
                  extended by com.elasticpath.commons.exception.UserIdNonExistException
All Implemented Interfaces:
java.io.Serializable

public class UserIdNonExistException
extends EpSystemException

The exception for user Id doesn't exist in the database.

See Also:
Serialized Form

Constructor Summary
UserIdNonExistException(java.lang.String message)
          Creates a new UserIdNonExistException object with the given message.
UserIdNonExistException(java.lang.String message, java.lang.Throwable cause)
          Creates a new UserIdNonExistException object using the given message and cause exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserIdNonExistException

public UserIdNonExistException(java.lang.String message)
Creates a new UserIdNonExistException object with the given message.

Parameters:
message - the message

UserIdNonExistException

public UserIdNonExistException(java.lang.String message,
                               java.lang.Throwable cause)
Creates a new UserIdNonExistException object using the given message and cause exception.

Parameters:
message - the mesage
cause - the cause exception