Class RemoteException

All Implemented Interfaces:
Serializable

public class RemoteException extends CacheException
Represents an application-level exception originating in a remote node.
Since:
5.2
Author:
Galder Zamarreño
See Also:
  • Constructor Details

    • RemoteException

      public RemoteException(String msg, Throwable cause)
    • RemoteException

      public RemoteException(String msg, Throwable cause, boolean writableStackTrace)