org.ow2.orchestra.util.wsdl
Class WsdlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.orchestra.util.wsdl.WsdlException
All Implemented Interfaces:
Serializable

public class WsdlException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
WsdlException()
           
WsdlException(String message)
           
WsdlException(String message, Throwable cause)
           
WsdlException(Throwable cause)
           
 
Method Summary
 
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,
                     Throwable cause)

WsdlException

public WsdlException(String message)

WsdlException

public WsdlException(Throwable cause)


Copyright © 2012 OW2 Consortium. All Rights Reserved.