jpl.mipl.tlm.StreamPackage
Class AlreadyStarted

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by jpl.mipl.tlm.StreamPackage.AlreadyStarted
All Implemented Interfaces:
Serializable, IDLEntity

public final class AlreadyStarted
extends UserException

Thrown when the user tries to start a stream which has already been started, or tries to release a stream which has already been started.

See Also:
Serialized Form

Constructor Summary
AlreadyStarted()
           
AlreadyStarted(String _reason)
           
 
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

AlreadyStarted

public AlreadyStarted()

AlreadyStarted

public AlreadyStarted(String _reason)