org.lsst.ccs.utilities.dispatch
Class InvocationDispenser.TokenLostException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lsst.ccs.utilities.dispatch.InvocationDispenser.TokenLostException
All Implemented Interfaces:
Serializable
Enclosing class:
InvocationDispenser

public static class InvocationDispenser.TokenLostException
extends Exception

See Also:
Serialized Form

Field Summary
 String token
           
 
Constructor Summary
InvocationDispenser.TokenLostException(String token)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

token

public final String token
Constructor Detail

InvocationDispenser.TokenLostException

public InvocationDispenser.TokenLostException(String token)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2013 LSST. All Rights Reserved.