com.gigaspaces.serialization.pbs.commands
Class JavaToNetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.gigaspaces.serialization.pbs.commands.JavaToNetException
All Implemented Interfaces:
Serializable

public class JavaToNetException
extends RuntimeException

Encapsulates an exception that happened in the GigaSpaces.JavaToNet.dll

Since:
6.5
See Also:
Serialized Form

Constructor Summary
JavaToNetException(String message)
          Constructs a JavaToNetException
 
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

JavaToNetException

public JavaToNetException(String message)
Constructs a JavaToNetException

Parameters:
message - exception's message