Class ComponentCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.smallmind.nutsnbolts.lang.FormattedException
org.smallmind.quorum.pool.ComponentPoolException
org.smallmind.quorum.pool.complex.ComponentCreationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionComponentCreationException(String message, Object... args) ComponentCreationException(Throwable throwable) ComponentCreationException(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
-
ComponentCreationException
public ComponentCreationException() -
ComponentCreationException
-
ComponentCreationException
-
ComponentCreationException
-