Class WSDLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jmeter.protocol.http.util.WSDLException
- All Implemented Interfaces:
Serializable
Created on: Jun 3, 2003
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WSDLException
public WSDLException() -
WSDLException
- Parameters:
message
- detailed error message to include in exception
-
WSDLException
- Parameters:
exception
- exception to extract the detailed message from and include that message as detailed message in this exception
-