public class RemoteException extends Exception
Constructor and Description |
---|
RemoteException() |
RemoteException(int statusCode,
String message) |
RemoteException(int statusCode,
String message,
URI uri) |
RemoteException(String message) |
Modifier and Type | Method and Description |
---|---|
int |
getStatusCode() |
URI |
getUri() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2017. All rights reserved.