Class InternalSpaceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DirectoryInternalSpaceException, EngineInternalSpaceException, InternalInactiveSpaceException, LeaseInternalSpaceException, PBSInternalSpaceException, PersistentInternalSpaceException, ProxyInternalSpaceException, ReplicationInternalSpaceException, WindowsRegistryException

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:
  • Constructor Details

    • 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