com.primix.vlib.ejb
Class BorrowException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.primix.vlib.ejb.BorrowException
All Implemented Interfaces:
java.io.Serializable

public class BorrowException
extends java.lang.Exception

Throws when a book may not be borrowed.

Version:
$Id: BorrowException.java,v 1.1 2001/06/07 21:44:49 hship Exp $
Author:
Howard Ship
See Also:
IOperations.borrowBook(Integer,Integer), Serialized Form

Constructor Summary
BorrowException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BorrowException

public BorrowException(java.lang.String message)