com.xerox.amazonws.fps
Class FPSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.xerox.amazonws.common.AWSException
              extended by com.xerox.amazonws.fps.FPSException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidSignatureException

public class FPSException
extends AWSException

Author:
J. Bernard, Elastic Grid, LLC., jerome.bernard@elastic-grid.com
See Also:
Serialized Form

Constructor Summary
FPSException(AWSException cause)
           
FPSException(String s)
           
FPSException(String requestID, List<FPSError> errors)
           
FPSException(String requestID, String status, String errorMessage)
           
FPSException(String s, Throwable cause)
           
 
Method Summary
 List<FPSError> getErrors()
           
 
Methods inherited from class com.xerox.amazonws.common.AWSException
concatenateErrors, getRequestId
 
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

FPSException

public FPSException(String s)

FPSException

public FPSException(AWSException cause)

FPSException

public FPSException(String s,
                    Throwable cause)

FPSException

public FPSException(String requestID,
                    String status,
                    String errorMessage)

FPSException

public FPSException(String requestID,
                    List<FPSError> errors)
Method Detail

getErrors

public List<FPSError> getErrors()
Overrides:
getErrors in class AWSException