GigaSpaces XAP 9.1 API

net.jini.space
Class InternalSpaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.jini.space.InternalSpaceException
All Implemented Interfaces:
Serializable

public class InternalSpaceException
extends RuntimeException

This exception denotes a problem with the local implementation of the JavaSpace interface. The detail field will give a description that can be reported to the space developer (and may be documented in that space's external documentation).

Author:
Sun Microsystems, Inc.
See Also:
JavaSpace, Serialized Form

Constructor Summary
InternalSpaceException(String str)
          Create an exception, forwarding a string to the superclass constructor.
InternalSpaceException(String str, Throwable ex)
          Create an exception, forwarding a string and exception to the superclass constructor.
InternalSpaceException(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

InternalSpaceException

public InternalSpaceException(String str)
Create an exception, forwarding a string to the superclass constructor.

Parameters:
str - a detail message

InternalSpaceException

public InternalSpaceException(Throwable cause)
Parameters:
cause -

InternalSpaceException

public InternalSpaceException(String str,
                              Throwable ex)
Create an exception, forwarding a string and exception to the superclass constructor.

Parameters:
str - a detail message
ex - a nested exception

GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.