net.jini.space
Class InternalSpaceException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
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
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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 messageex - a nested exception
 
Copyright © GigaSpaces.