com.amazonaws.mturk.service.exception
Class InternalServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.mturk.service.exception.ServiceException
com.amazonaws.mturk.service.exception.InternalServiceException
- All Implemented Interfaces:
- java.io.Serializable
public class InternalServiceException
- extends ServiceException
This Exception is used by the Retry Filter for retrying
- See Also:
- Serialized Form
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InternalServiceException
public InternalServiceException(java.lang.Throwable throwable,
java.util.List<java.lang.String> errorCodes)
InternalServiceException
public InternalServiceException(java.lang.String message,
java.util.List<java.lang.String> errorCodes)
InternalServiceException
public InternalServiceException(java.lang.String message)
InternalServiceException
public InternalServiceException(java.lang.String message,
java.lang.Throwable throwable)
InternalServiceException
public InternalServiceException(java.lang.Throwable throwable)
getErrorCodes
public java.util.List<java.lang.String> getErrorCodes()