X - The type of the exceptions thrown by this releasable.public static interface Pool.Releasable<X extends Exception>
| Modifier and Type | Method and Description |
|---|---|
void |
release()
Releases this resource to its pool.
|
void release()
throws X extends Exception
IllegalStateException upon the
conditions explained below.IllegalStateException - if this resource has already been
released to its pool and the implementation cannot tolerate
this.X - if releasing the resource failed for any other reason.X extends ExceptionCopyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.