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.
-
getBorrower()
- Returns to
Borrower associated with this exception
-
getDate()
- Returns to
Date associated with this exception
-
getItem()
- Returns the item associated with this exception
getBorrower
public Borrower getBorrower()
- Returns to
Borrower associated with this exception
getItem
public StdLibraryObject getItem()
- Returns the item associated with this exception
getDate
public Date getDate()
- Returns to
Date associated with this exception
All Packages Class Hierarchy This Package Previous Next Index