org.lsst.ccs.subsystems.fcs.drivers
Class CommandDispenser.TokenLostException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lsst.ccs.subsystems.fcs.drivers.CommandDispenser.TokenLostException
All Implemented Interfaces:
Serializable
Enclosing class:
CommandDispenser

public static class CommandDispenser.TokenLostException
extends Exception

See Also:
Serialized Form

Field Summary
 String token
           
 
Constructor Summary
CommandDispenser.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

CommandDispenser.TokenLostException

public CommandDispenser.TokenLostException(String token)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2012 LSST. All Rights Reserved.