org.jlab.coda.et
Class EtReadException

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

public class EtReadException
extends java.lang.Exception

This class represents a network read error of an ET system.

See Also:
Serialized Form

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

EtReadException

EtReadException()

EtReadException

EtReadException(java.lang.String s)