org.ow2.util.pool.impl.enhanced.api.basic
Class CreatePoolItemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.util.pool.impl.enhanced.api.basic.CreatePoolItemException
All Implemented Interfaces:
java.io.Serializable

public class CreatePoolItemException
extends java.lang.Exception

Author:
Gael Lalire
See Also:
Serialized Form

Constructor Summary
CreatePoolItemException(java.lang.Long brokenTime)
           
CreatePoolItemException(java.lang.Long brokenTime, java.lang.String message)
           
CreatePoolItemException(java.lang.Long brokenTime, java.lang.String message, java.lang.Throwable cause)
           
CreatePoolItemException(java.lang.Long brokenTime, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Long getBrokenTime()
           
 
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

CreatePoolItemException

public CreatePoolItemException(java.lang.Long brokenTime)

CreatePoolItemException

public CreatePoolItemException(java.lang.Long brokenTime,
                               java.lang.String message)

CreatePoolItemException

public CreatePoolItemException(java.lang.Long brokenTime,
                               java.lang.Throwable cause)

CreatePoolItemException

public CreatePoolItemException(java.lang.Long brokenTime,
                               java.lang.String message,
                               java.lang.Throwable cause)
Method Detail

getBrokenTime

public java.lang.Long getBrokenTime()
Returns:
the broken time, if null then the factory will be forever broken


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.