All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.dorm4.fls.CannotAllowException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----org.dorm4.fls.CannotAllowException

public class CannotAllowException
extends Exception
Thrown if the user doesn't have permission to do a request or if a property of an object will not allow the request.


Method Index

 o getBorrower()
Returns to Borrower associated with this exception
 o getDate()
Returns to Date associated with this exception
 o getItem()
Returns the item associated with this exception

Methods

 o getBorrower
 public Borrower getBorrower()
Returns to Borrower associated with this exception

 o getItem
 public StdLibraryObject getItem()
Returns the item associated with this exception

 o getDate
 public Date getDate()
Returns to Date associated with this exception


All Packages  Class Hierarchy  This Package  Previous  Next  Index