com.amazonaws.mturk.service.exception
Class InternalServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.amazonaws.mturk.service.exception.ServiceException
                  extended by 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

Constructor Summary
InternalServiceException(java.lang.String message)
           
InternalServiceException(java.lang.String message, java.util.List<java.lang.String> errorCodes)
           
InternalServiceException(java.lang.String message, java.lang.Throwable throwable)
           
InternalServiceException(java.lang.Throwable throwable)
           
InternalServiceException(java.lang.Throwable throwable, java.util.List<java.lang.String> errorCodes)
           
 
Method Summary
 java.util.List<java.lang.String> getErrorCodes()
           
 
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
 

Constructor Detail

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)
Method Detail

getErrorCodes

public java.util.List<java.lang.String> getErrorCodes()