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

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XmlSignatureInvalidContentHashException, XmlSignatureInvalidValueException

public class XmlSignatureInvalidException
extends XmlSignatureException

This exception is thrown if XML signature verification fails.

See Also:
Serialized Form

Constructor Summary
XmlSignatureInvalidException(String message)
           
XmlSignatureInvalidException(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

XmlSignatureInvalidException

public XmlSignatureInvalidException(String message,
                                    Throwable cause)

XmlSignatureInvalidException

public XmlSignatureInvalidException(String message)


Apache Camel