org.xmlecho.palomar.xfs
Class CheckedoutItemAccessException

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

public class CheckedoutItemAccessException
extends XfsException

Exception when checked out item's owner is not the same as (is different) from the user trying to access the item

See Also:
Serialized Form

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

CheckedoutItemAccessException

public CheckedoutItemAccessException()

CheckedoutItemAccessException

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


CheckedoutItemAccessException

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


CheckedoutItemAccessException

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