electric.soap.security.signature.xml
Class XMLSignatureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byelectric.soap.security.signature.xml.XMLSignatureException
All Implemented Interfaces:
java.io.Serializable

public class XMLSignatureException
extends java.lang.Exception

XMLSignatureException

Author:
webMethods
See Also:
Serialized Form

Constructor Summary
XMLSignatureException()
           
XMLSignatureException(java.lang.String message)
           
XMLSignatureException(java.lang.String message, java.lang.Throwable cause)
           
XMLSignatureException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLSignatureException

public XMLSignatureException()

XMLSignatureException

public XMLSignatureException(java.lang.String message)
Parameters:
message -

XMLSignatureException

public XMLSignatureException(java.lang.String message,
                             java.lang.Throwable cause)
Parameters:
message -
cause -

XMLSignatureException

public XMLSignatureException(java.lang.Throwable cause)
Parameters:
cause -
Method Detail

toString

public java.lang.String toString()

getCause

public java.lang.Throwable getCause()


copyright© 2001-2004 by webMethods All Rights Reserved.