GigaSpaces XAP 9.5 API

com.j_spaces.core
Class NoSuchNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.j_spaces.core.NoSuchNameException
All Implemented Interfaces:
Serializable

public class NoSuchNameException
extends Exception

A NoSuchNameException is thrown when a lookup of an object by name is performed and the name is not found.

Version:
1.0
Author:
Igor Goldenberg
See Also:
Serialized Form

Constructor Summary
NoSuchNameException()
          Constructs a NoSuchNameException with null as its error detail message.
NoSuchNameException(String s)
          Constructs a NoSuchNameException with the specified detail message.
 
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

NoSuchNameException

public NoSuchNameException()
Constructs a NoSuchNameException with null as its error detail message.


NoSuchNameException

public NoSuchNameException(String s)
Constructs a NoSuchNameException with the specified detail message. The string s can be retrieved later by the Throwable.getMessage() method of class java.lang.Throwable.

Parameters:
s - the detail message.

GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.