Apache JMeter
1.9

org.apache.jmeter.protocol.http.util
Class WSDLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.jmeter.protocol.http.util.WSDLException
All Implemented Interfaces:
Serializable

public class WSDLException
extends Exception

Title: JMeter Access Log utilities
Copyright: Apache.org
Company: nobody
License:

Look at the apache license at the top.

Description:

Author: Peter Lin
Version: 0.1
Created on: Jun 3, 2003
Last Modified: 6:37:53 AM

See Also:
Serialized Form

Constructor Summary
WSDLException()
           
WSDLException(Exception exception)
           
WSDLException(String message)
           
 
Method Summary
static void main(String[] args)
           
 
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

WSDLException

public WSDLException()

WSDLException

public WSDLException(String message)
Parameters:
message -

WSDLException

public WSDLException(Exception exception)
Method Detail

main

public static void main(String[] args)

Apache JMeter
1.9

Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.