Class RemoteException

  • All Implemented Interfaces:
    Serializable

    public class RemoteException
    extends Exception
    A mapper 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.
    Author:
    Stephen Mallette (http://stephen.genoprime.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • RemoteException

        public RemoteException​(String message)
      • RemoteException

        public RemoteException​(String message,
                               String remoteStackTrace)
      • RemoteException

        public RemoteException​(String message,
                               Throwable cause)
      • RemoteException

        public RemoteException​(String message,
                               Throwable cause,
                               String remoteStackTrace)
      • RemoteException

        public RemoteException​(Throwable cause)
    • Method Detail

      • getRemoteStackTrace

        public Optional<String> getRemoteStackTrace()
        The stacktrace produced by the remote server.