Class powersoft.jcm.util.NotCreatedException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class powersoft.jcm.util.NotCreatedException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----powersoft.jcm.util.RuntimeExceptionBase
                                   |
                                   +----powersoft.jcm.util.InvalidStateException
                                           |
                                           +----powersoft.jcm.util.NotCreatedException

public class NotCreatedException
extends InvalidStateException
The NotCreatedException class

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.


Constructor Index

 o NotCreatedException()
Constructs a NotCreatedException with no detailed message.
 o NotCreatedException(String)
Constructs a NotCreatedException with the specified detailed message.

Constructors

 o NotCreatedException
  public NotCreatedException()
Constructs a NotCreatedException with no detailed message.
 o NotCreatedException
  public NotCreatedException(String str)
Constructs a NotCreatedException with the specified detailed message.
Parameters:
str - detailed message

All Packages  Class Hierarchy  This Package  Previous  Next  Index