com.waveset.exception
Class ItemNotFound

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.waveset.util.ExceptionWrapper
              extended bycom.waveset.util.WavesetException
                  extended bycom.waveset.exception.ItemNotFound
All Implemented Interfaces:
java.io.Serializable

public class ItemNotFound
extends WavesetException

See Also:
Serialized Form

Field Summary
static java.lang.String code_id
           
 
Constructor Summary
ItemNotFound()
           
ItemNotFound(Message m)
           
ItemNotFound(java.lang.String s)
           
ItemNotFound(java.lang.String s, java.lang.Throwable e)
           
ItemNotFound(java.lang.Throwable e)
           
 
Methods inherited from class com.waveset.util.WavesetException
addMessage, addMessage, breakpoint, checkBreakpoint, enableBreakpoint, getLocalizedMessage, getLocalizedMessage, getMessage, getMessage, getMessage, getMessageObject, getMessageObject, getMessageOnly, getMessages
 
Methods inherited from class com.waveset.util.ExceptionWrapper
addException, clearExceptions, describeException, getAllMessages, getException, getException, getExceptionCount, hasException, printStackTrace, printStackTrace, printStackTrace, removeException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Constructor Detail

ItemNotFound

public ItemNotFound()

ItemNotFound

public ItemNotFound(java.lang.String s)

ItemNotFound

public ItemNotFound(java.lang.Throwable e)

ItemNotFound

public ItemNotFound(java.lang.String s,
                    java.lang.Throwable e)

ItemNotFound

public ItemNotFound(Message m)