| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.elasticpath.commons.exception.EpSystemException
com.elasticpath.service.EpServiceException
public class EpServiceException
The generic exception class for the com.elasticpath.service package.
| Constructor Summary | |
|---|---|
EpServiceException(java.lang.String message)
Creates a new EpServiceException object with the given message. | 
|
EpServiceException(java.lang.String message,
                   java.lang.Throwable cause)
Creates a new EpServiceException object using the given message and cause exception. | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getName()
Returns the class not of the Exception.  | 
| 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 | 
|---|
public EpServiceException(java.lang.String message)
EpServiceException object with the given message.
message - the reason for this EpServiceException.
public EpServiceException(java.lang.String message,
                          java.lang.Throwable cause)
EpServiceException object using the given message and cause exception.
message - the reason for this EpServiceException.cause - the Throwable that caused this EpServiceException.| Method Detail | 
|---|
public java.lang.String getName()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||