org.books.exception
Class BookNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.books.exception.BookNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class BookNotFoundException
extends java.lang.Exception

CAS Enterprise Application Development mit Java EE (EADJ) - 2007
Modul: Business-Tier (EJB 3)
Uebung: 2 (Application Exception)
Beschreibung:
Die Applikationsfehlermeldung wird geworfen, wenn ein Buch nicht gefunden werden kann.

Copyright (c) 2007 bouquet dot ch, 3032 Hinterkappelen. All rights reseved.

Version:
1.0 - 25.06.2007
Author:
Marc Bouquet ( marc at bouquet dot ch, Switzerland )
See Also:
Serialized Form

Constructor Summary
BookNotFoundException()
           
 
Method Summary
 
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

BookNotFoundException

public BookNotFoundException()


Copyright © 2007 - bouquet dot ch, 3032 Hinterkappelen. All Rights Reserved.