|
|||||||||
| 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
com.elasticpath.service.auth.IdentityServiceException
public class IdentityServiceException
This exception will be thrown if any errors occur in the IdentityService methods.
| Constructor Summary | |
|---|---|
IdentityServiceException(java.lang.String message)
Creates a new IdentityServiceException object using the given message. |
|
IdentityServiceException(java.lang.String message,
java.lang.Throwable cause)
Creates a new IdentityServiceException 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 |
|---|
public IdentityServiceException(java.lang.String message)
IdentityServiceException object using the given message.
message - the reason for this IdentityServiceException.
public IdentityServiceException(java.lang.String message,
java.lang.Throwable cause)
IdentityServiceException object using the given message and cause exception.
message - the reason for this IdentityServiceException.cause - the Throwable that caused this IdentityServiveException.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||