org.xmlecho.palomar.xfs
Class ItemCheckedoutException

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

public class ItemCheckedoutException
extends XfsException

Exception when an operation is carried on an item that is already locked

See Also:
Serialized Form

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

ItemCheckedoutException

public ItemCheckedoutException()

ItemCheckedoutException

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


ItemCheckedoutException

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


ItemCheckedoutException

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