PooliT v2.0

org.ascentphase.poolit
Class CreateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.ascentphase.poolit.CreateException
All Implemented Interfaces:
java.io.Serializable

public class CreateException
extends java.lang.Exception

Thrown to indicate an error occurred while trying to create a new object by the PoolHandler.

Author:
Huy Duong
See Also:
PoolHandler, Serialized Form

Constructor Summary
CreateException()
           
CreateException(java.lang.String mesg)
           
CreateException(java.lang.String mesg, java.lang.Throwable t)
           
CreateException(java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateException

public CreateException()

CreateException

public CreateException(java.lang.String mesg)

CreateException

public CreateException(java.lang.Throwable t)

CreateException

public CreateException(java.lang.String mesg,
                       java.lang.Throwable t)

PooliT v2.0

Copyright © 2005 Ascent Phase Corp.