org.xmlecho.palomar.xfs
Class ItemNotCheckedoutException

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.ItemNotCheckedoutException
All Implemented Interfaces:
java.io.Serializable

public class ItemNotCheckedoutException
extends XfsException

Exception when DAV checkin operation is carried on an item that has not been checked out

See Also:
Serialized Form

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

ItemNotCheckedoutException

public ItemNotCheckedoutException()

ItemNotCheckedoutException

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


ItemNotCheckedoutException

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


ItemNotCheckedoutException

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