Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.remoting
Class RemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.infinispan.CacheException
                  extended by 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

Constructor Summary
RemoteException(String msg, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteException

public RemoteException(String msg,
                       Throwable cause)

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.