org.infinispan.remoting
Class RemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.CacheException
org.infinispan.remoting.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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RemoteException
public RemoteException(String msg,
Throwable cause)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.