public class NamedObjectException
extends java.lang.Exception
| Constructor | Description |
|---|---|
NamedObjectException() |
Creates new
NoSuchNameException without detail message. |
NamedObjectException(java.lang.String msg) |
Constructs an
NoSuchNameException with the specified detail message. |
public NamedObjectException()
NoSuchNameException without detail message.public NamedObjectException(java.lang.String msg)
NoSuchNameException with the specified detail message.msg - the detail message.Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.