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

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

public class XmlSignatureNoKeyException
extends XmlSignatureException

Exception thrown when no key for signing is found.

See Also:
Serialized Form

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

XmlSignatureNoKeyException

public XmlSignatureNoKeyException()

XmlSignatureNoKeyException

public XmlSignatureNoKeyException(String message)

XmlSignatureNoKeyException

public XmlSignatureNoKeyException(Throwable cause)

XmlSignatureNoKeyException

public XmlSignatureNoKeyException(String message,
                                  Throwable cause)


Apache Camel