|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.baswell.routes.RouteInstanceBorrowException
public class RouteInstanceBorrowException
Thrown when a route instance cannot be borrowed from RouteInstancePool for any reason.
RouteInstancePool.borrowRouteInstance(Class),
Serialized Form| Constructor Summary | |
|---|---|
RouteInstanceBorrowException(java.lang.String message)
|
|
RouteInstanceBorrowException(java.lang.String message,
java.lang.Throwable cause)
|
|
RouteInstanceBorrowException(java.lang.Throwable cause)
|
|
| Method Summary |
|---|
| 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 |
| Constructor Detail |
|---|
public RouteInstanceBorrowException(java.lang.String message)
public RouteInstanceBorrowException(java.lang.Throwable cause)
public RouteInstanceBorrowException(java.lang.String message,
java.lang.Throwable cause)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||