public class RemoteException extends Exception
Exception to be thrown when there are problems with processing a command given to a
 RemoteAcceptor.  The message provided to the exception will be displayed to the user in the Console.| Constructor and Description | 
|---|
| RemoteException(String message) | 
| RemoteException(String message,
               String remoteStackTrace) | 
| RemoteException(String message,
               Throwable cause) | 
| RemoteException(String message,
               Throwable cause,
               String remoteStackTrace) | 
| RemoteException(Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<String> | getRemoteStackTrace()The stacktrace produced by the remote server. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2013–2022 Apache Software Foundation. All rights reserved.