bamboo.router
Class Router.DuplicateApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by bamboo.router.Router.DuplicateApplicationException
All Implemented Interfaces:
Serializable
Enclosing class:
Router

public static class Router.DuplicateApplicationException
extends Exception

Thrown if Router.registerApplication(long, bamboo.util.Curry.Thunk2, bamboo.util.Curry.Thunk2, bamboo.util.Curry.Thunk2, bamboo.util.Curry.Thunk6, bamboo.util.Curry.Thunk6) is called with a duplicate application ID.

See Also:
Serialized Form

Constructor Summary
Router.DuplicateApplicationException(String msg)
           
 
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

Router.DuplicateApplicationException

public Router.DuplicateApplicationException(String msg)