Class XmlSignatureFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.camel.component.xmlsecurity.api.XmlSignatureException
-
- 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
Constructors Constructor Description XmlSignatureFormatException(String message)
XmlSignatureFormatException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-