org.jlab.coda.et
Class EtTooManyException

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

public class EtTooManyException
extends java.lang.Exception

This class represents an error of an ET system when creating an item would result in too many such items existing.

See Also:
Serialized Form

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

EtTooManyException

EtTooManyException()

EtTooManyException

EtTooManyException(java.lang.String s)