electric.soap.security
Class SOAPSecurityException

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

public class SOAPSecurityException
extends java.lang.Exception

SOAPSecurityException

Author:
webMethods
See Also:
Serialized Form

Constructor Summary
SOAPSecurityException(java.lang.String message)
           
SOAPSecurityException(java.lang.String message, java.lang.Exception cause)
           
 
Method Summary
 java.lang.Throwable getCause()
          Only JDK 1.4 supports this natively, so we need to implement it for ourselves.
 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

SOAPSecurityException

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

SOAPSecurityException

public SOAPSecurityException(java.lang.String message,
                             java.lang.Exception cause)
Parameters:
message -
cause -
Method Detail

getCause

public java.lang.Throwable getCause()
Only JDK 1.4 supports this natively, so we need to implement it for ourselves.

Returns:
underlying cause of the exception.

toString

public java.lang.String toString()
Returns:
string representation of this object.


copyright© 2001-2004 by webMethods All Rights Reserved.