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, wrap
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConnectionBrokenException()
public ConnectionBrokenException(String msg)
public ConnectionBrokenException(Throwable ex)
Copyright © 2019. All rights reserved.