org.books.exception
Class IncompleteConversionalStateException

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

public class IncompleteConversionalStateException
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 der Verarbeitungsprozess nicht beendet werden kann.

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

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

Constructor Summary
IncompleteConversionalStateException()
          Constructor
IncompleteConversionalStateException(java.lang.String arg0)
          Constructor
 
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

IncompleteConversionalStateException

public IncompleteConversionalStateException()
Constructor


IncompleteConversionalStateException

public IncompleteConversionalStateException(java.lang.String arg0)
Constructor

Parameters:
arg0 -


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