org.books.exception
Class NotCancelableException

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

public class NotCancelableException
extends java.lang.Exception

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

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

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

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

NotCancelableException

public NotCancelableException()


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