com.xerox.amazonws.fps
Class InvalidSignatureException

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
                  extended by com.xerox.amazonws.fps.InvalidSignatureException
All Implemented Interfaces:
Serializable

public class InvalidSignatureException
extends FPSException

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

Constructor Summary
InvalidSignatureException(String invalidSignature, String requestURI)
           
 
Method Summary
 
Methods inherited from class com.xerox.amazonws.fps.FPSException
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

InvalidSignatureException

public InvalidSignatureException(String invalidSignature,
                                 String requestURI)