com.elasticpath.service.customer
Class GroupExistException

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.service.EpServiceException
                      extended by com.elasticpath.service.customer.GroupExistException
All Implemented Interfaces:
java.io.Serializable

public class GroupExistException
extends EpServiceException

The exception for group with a certain name already exists.

See Also:
Serialized Form

Constructor Summary
GroupExistException(java.lang.String message)
          Creates a new GroupExistException object with the given message.
GroupExistException(java.lang.String message, java.lang.Throwable cause)
          Creates a new GroupExistException object using the given message and cause exception.
 
Method Summary
 
Methods inherited from class com.elasticpath.service.EpServiceException
getName
 
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

GroupExistException

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

Parameters:
message - the reason for this GroupExistException.

GroupExistException

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

Parameters:
message - the reason for this GroupExistException.
cause - the Throwable that caused this GroupExistException.