PooliT v2.0

org.ascentphase.poolit
Class FetchException

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

public class FetchException
extends java.lang.Exception

Thrown to indicate an error occurred trying to fetch an object from a Pooler.

Author:
Huy Duong
See Also:
Pooler, Serialized Form

Constructor Summary
FetchException()
           
FetchException(java.lang.String mesg)
           
FetchException(java.lang.String mesg, java.lang.Throwable t)
           
FetchException(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

FetchException

public FetchException()

FetchException

public FetchException(java.lang.String mesg)

FetchException

public FetchException(java.lang.Throwable t)

FetchException

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

PooliT v2.0

Copyright © 2005 Ascent Phase Corp.