org.baswell.routes
Class RouteInstanceBorrowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.baswell.routes.RouteInstanceBorrowException
All Implemented Interfaces:
java.io.Serializable

public class RouteInstanceBorrowException
extends java.lang.Exception

Thrown when a route instance cannot be borrowed from RouteInstancePool for any reason.

See Also:
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

RouteInstanceBorrowException

public RouteInstanceBorrowException(java.lang.String message)

RouteInstanceBorrowException

public RouteInstanceBorrowException(java.lang.Throwable cause)

RouteInstanceBorrowException

public RouteInstanceBorrowException(java.lang.String message,
                                    java.lang.Throwable cause)