com.gigaspaces.serialization.pbs.commands
Class DispatcherException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.jini.space.InternalSpaceException
                  extended by com.gigaspaces.serialization.pbs.commands.DispatcherException
All Implemented Interfaces:
Serializable

public class DispatcherException
extends InternalSpaceException

Encapsulates an exception that occurred in the Dispatcher

Since:
6.5
See Also:
Serialized Form

Constructor Summary
DispatcherException(String str)
           
DispatcherException(String str, Throwable ex)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DispatcherException

public DispatcherException(String str,
                           Throwable ex)

DispatcherException

public DispatcherException(String str)