com.sun.sgs.app
Class NameNotBoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.sgs.app.NameNotBoundException
- All Implemented Interfaces:
- Serializable
public class NameNotBoundException
- extends RuntimeException
Thrown when an operation fails because it referred to a name that was not
bound to an object.
- See Also:
DataManager.getName
,
DataManager.setName
,
DataManager.removeName
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NameNotBoundException
public NameNotBoundException(String message)
- Creates an instance of this class with the specified detail message.
- Parameters:
message
- the detail message or null
NameNotBoundException
public NameNotBoundException(String message,
Throwable cause)
- Creates an instance of this class with the specified detail message and
cause.
- Parameters:
message
- the detail message or null
cause
- the cause or null
Copyright © 2007-2009 Sun Microsystems, Inc. All rights reserved