|
|||||||||
| 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.persistence.EpPersistenceException
public class EpPersistenceException
A general exception to wrap errors happen at persistence layer.
| Constructor Summary | |
|---|---|
EpPersistenceException(java.lang.String msg)
Creates a new EPPersistenceException object. |
|
EpPersistenceException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new EPPersistenceException object. |
|
| 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 |
|---|
public EpPersistenceException(java.lang.String msg)
EPPersistenceException object.
msg - the message
public EpPersistenceException(java.lang.String msg,
java.lang.Throwable cause)
EPPersistenceException object.
msg - the messagecause - the root cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||