Package org.smallmind.quorum.pool
Class ComponentPoolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.smallmind.nutsnbolts.lang.FormattedException
org.smallmind.quorum.pool.ComponentPoolException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ComponentCreationException,ComponentValidationException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionComponentPoolException(String message, Object... args) ComponentPoolException(Throwable throwable) ComponentPoolException(Throwable throwable, String message, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ComponentPoolException
public ComponentPoolException() -
ComponentPoolException
-
ComponentPoolException
-
ComponentPoolException
-