org.ow2.util.pool.impl.enhanced.api.basic
Class CreatePoolItemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
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)
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.