org.jboss.resteasy.security.doseta
Class UnauthorizedSignatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.resteasy.spi.Failure
                  extended by org.jboss.resteasy.spi.LoggableFailure
                      extended by org.jboss.resteasy.spi.ReaderException
                          extended by org.jboss.resteasy.security.doseta.UnauthorizedSignatureException
All Implemented Interfaces:
Serializable

public class UnauthorizedSignatureException
extends ReaderException

Thrown by RESTEasy when HTTP Unauthorized (401) is encountered

See Also:
Serialized Form

Field Summary
protected  VerificationResults results
           
 
Fields inherited from class org.jboss.resteasy.spi.Failure
errorCode, loggable, response
 
Constructor Summary
UnauthorizedSignatureException(String reason)
           
UnauthorizedSignatureException(VerificationResults results)
           
 
Method Summary
static String failedVerifierMessage(VerificationResults results)
           
 VerificationResults getResults()
           
 
Methods inherited from class org.jboss.resteasy.spi.Failure
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable
 
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
 

Field Detail

results

protected VerificationResults results
Constructor Detail

UnauthorizedSignatureException

public UnauthorizedSignatureException(String reason)

UnauthorizedSignatureException

public UnauthorizedSignatureException(VerificationResults results)
Method Detail

failedVerifierMessage

public static String failedVerifierMessage(VerificationResults results)

getResults

public VerificationResults getResults()


Copyright © 2012. All Rights Reserved.