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