org.jlab.coda.et
Class EtWakeUpException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jlab.coda.et.EtWakeUpException
All Implemented Interfaces:
java.io.Serializable

public class EtWakeUpException
extends java.lang.Exception

This class represents an error of an ET system when an attachment has been told to wake up from a blocking read.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
(package private) EtWakeUpException()
           
(package private) EtWakeUpException(java.lang.String s)
           
 
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

EtWakeUpException

EtWakeUpException()

EtWakeUpException

EtWakeUpException(java.lang.String s)