public class ConnectionBrokenException extends ConnectorIOException
ConnectionBrokenException generally wraps the
native exception (or describes the native error) returned by the target
resource.| Constructor and Description |
|---|
ConnectionBrokenException() |
ConnectionBrokenException(String msg) |
ConnectionBrokenException(String message,
Throwable ex) |
ConnectionBrokenException(Throwable ex) |
rethrow, wrapaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConnectionBrokenException()
public ConnectionBrokenException(String msg)
public ConnectionBrokenException(Throwable ex)
Copyright © 2019. All rights reserved.