org.jlab.coda.et
Class EtExistsException

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

public class EtExistsException
extends java.lang.Exception

This class represents an error of an ET system when an item to be created already exists.

See Also:
Serialized Form

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

EtExistsException

EtExistsException()

EtExistsException

EtExistsException(java.lang.String s)