org.objectweb.jonas_ejb.lib
Class InvalidBeanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.jonas_ejb.lib.InvalidBeanException
All Implemented Interfaces:
Serializable

public class InvalidBeanException
extends Exception

This class represents the exception throwned when an Entreprise Java Bean is invalid.

Version:
%I%, %G%
See Also:
Serialized Form

Constructor Summary
InvalidBeanException()
          Constructs an InvalidBeanException with no specified detail message.
InvalidBeanException(String msg)
          Constructs an InvalidBeanException with the specified detail message.
 
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

InvalidBeanException

public InvalidBeanException()
Constructs an InvalidBeanException with no specified detail message.


InvalidBeanException

public InvalidBeanException(String msg)
Constructs an InvalidBeanException with the specified detail message.



Copyright © 2007 OW2 Consortium. All Rights Reserved.