electric.soap.security
Class SOAPSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
electric.soap.security.SOAPSecurityException
- All Implemented Interfaces:
- java.io.Serializable
- public class SOAPSecurityException
- extends java.lang.Exception
SOAPSecurityException
- Author:
- webMethods
- See Also:
- Serialized Form
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 |
SOAPSecurityException
public SOAPSecurityException(java.lang.String message)
- Parameters:
message
-
SOAPSecurityException
public SOAPSecurityException(java.lang.String message,
java.lang.Exception cause)
- Parameters:
message
- cause
-
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.