Package com.io7m.jpuddle.core
Class JPPoolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.io7m.jpuddle.core.JPPoolException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JPPoolDeletedException,JPPoolHardLimitExceededException,JPPoolInternalOverflowException,JPPoolObjectCreationException,JPPoolObjectReturnException,JPPoolObjectsNotReturnedException
The type of exceptions raised by pool implementations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJPPoolException(String message) Construct an exception.JPPoolException(String message, Throwable cause) Construct an exception.JPPoolException(Throwable cause) Construct an exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JPPoolException
Construct an exception.- Parameters:
message- The message
-
JPPoolException
Construct an exception.- Parameters:
message- The messagecause- The cause
-
JPPoolException
Construct an exception.- Parameters:
cause- The cause
-