org.xmlecho.palomar.xfs
Class ItemNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xmlecho.palomar.ECHOException
              extended byorg.xmlecho.palomar.xfs.XfsException
                  extended byorg.xmlecho.palomar.xfs.ItemNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ItemNotFoundException
extends XfsException

May be used to wrap other Exceptions

See Also:
Serialized Form

Constructor Summary
ItemNotFoundException()
           
ItemNotFoundException(java.lang.Exception why)
          create a new XfsException wrapped over another Exception
ItemNotFoundException(java.lang.String msg)
          create a new XfsException with the given message string
ItemNotFoundException(java.lang.String msg, java.lang.Exception why)
          create a new ItemNotFoundException wrapped over another Exception and a message
 
Methods inherited from class org.xmlecho.palomar.ECHOException
getException
 
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

ItemNotFoundException

public ItemNotFoundException()

ItemNotFoundException

public ItemNotFoundException(java.lang.String msg)
create a new XfsException with the given message string


ItemNotFoundException

public ItemNotFoundException(java.lang.String msg,
                             java.lang.Exception why)
create a new ItemNotFoundException wrapped over another Exception and a message


ItemNotFoundException

public ItemNotFoundException(java.lang.Exception why)
create a new XfsException wrapped over another Exception