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

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.XmlSignatureFormatException
All Implemented Interfaces:
Serializable

public class XmlSignatureFormatException
extends XmlSignatureException

Exception thrown when the input for signing or verifying does not have the correct format.

See Also:
Serialized Form

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

XmlSignatureFormatException

public XmlSignatureFormatException(String message)

XmlSignatureFormatException

public XmlSignatureFormatException(String message,
                                   Throwable cause)


Apache Camel