public class WebServiceIOException extends WebServiceClientException
Constructor and Description |
---|
WebServiceIOException(String msg)
Create a new instance of the
WebServiceIOException class. |
WebServiceIOException(String msg,
IOException ex)
Create a new instance of the
WebServiceIOException class. |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WebServiceIOException(String msg)
WebServiceIOException
class.msg
- the detail messagepublic WebServiceIOException(String msg, IOException ex)
WebServiceIOException
class.msg
- the detail messageex
- the root IOException
Copyright © 2020 Pivotal Software. All rights reserved.