public class RemoteSdkException extends ExecutionException
Constructor and Description |
---|
RemoteSdkException(java.lang.String s) |
RemoteSdkException(java.lang.String s,
java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
static RemoteSdkException |
cantObtainRemoteCredentials(java.lang.Throwable e) |
java.lang.String |
getMessage() |
boolean |
isAuthFailed() |
boolean |
isNoRouteToHost() |
toIOException
public RemoteSdkException(java.lang.String s, java.lang.Throwable throwable)
public RemoteSdkException(java.lang.String s)
public boolean isNoRouteToHost()
public boolean isAuthFailed()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public static RemoteSdkException cantObtainRemoteCredentials(java.lang.Throwable e)