org.xmlecho.palomar.xfs
Class XfsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xmlecho.palomar.ECHOException
              extended byorg.xmlecho.palomar.xfs.XfsException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CheckedoutItemAccessException, ItemCheckedoutException, ItemLockedException, ItemNotCheckedoutException, ItemNotFoundException

public class XfsException
extends ECHOException

May be used to wrap other Exceptions

See Also:
Serialized Form

Constructor Summary
XfsException()
           
XfsException(java.lang.Exception why)
          create a new XfsException wrapped over another Exception
XfsException(java.lang.String msg)
          create a new XfsException with the given message string
XfsException(java.lang.String msg, java.lang.Exception why)
          create a new XfsException 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

XfsException

public XfsException()

XfsException

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


XfsException

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


XfsException

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