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,
               Throwable cause)  | 
RemoteException(Throwable cause)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2013–2017 Apache Software Foundation. All rights reserved.