Serializable
public class WSDLException extends Exception
Constructor | Description |
---|---|
WSDLException() |
|
WSDLException(Exception exception) |
|
WSDLException(String message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WSDLException()
public WSDLException(String message)
message
- detailed error message to include in exceptionpublic WSDLException(Exception exception)
exception
- exception to extract the detailed message from and include that message as detailed message in this exceptionCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.