public class ObjectNotLoadedException
extends java.lang.Exception
| Constructor and 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.