All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----powersoft.jcm.util.RuntimeExceptionBase | +----powersoft.jcm.util.InvalidStateException | +----powersoft.jcm.util.NotCreatedException
An object throws this exception when a method on the object is called before the create method is called and the method depends on the object being created. This applys only to objects with a create method.
public NotCreatedException()
public NotCreatedException(String str)
All Packages Class Hierarchy This Package Previous Next Index