org.apache.camel.component.xmlsecurity.api
Class XmlSignatureInvalidContentHashException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.camel.component.xmlsecurity.api.XmlSignatureException
              extended by org.apache.camel.component.xmlsecurity.api.XmlSignatureInvalidException
                  extended by org.apache.camel.component.xmlsecurity.api.XmlSignatureInvalidContentHashException
All Implemented Interfaces:
Serializable

public class XmlSignatureInvalidContentHashException
extends XmlSignatureInvalidException

This exception is thrown if the verification of a XML signature fails because the hash calculated over the content does not match the value in the signature.

See Also:
Serialized Form

Constructor Summary
XmlSignatureInvalidContentHashException(String message)
           
XmlSignatureInvalidContentHashException(String message, Throwable cause)
           
 
Method Summary
 
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

XmlSignatureInvalidContentHashException

public XmlSignatureInvalidContentHashException(String message,
                                               Throwable cause)

XmlSignatureInvalidContentHashException

public XmlSignatureInvalidContentHashException(String message)


Apache Camel