public class WSDLException extends Exception
Constructor and Description |
---|
WSDLException() |
WSDLException(Exception exception) |
WSDLException(String message) |
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-2017 Apache Software Foundation. All Rights Reserved.