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