org.objectweb.jonas_ejb.lib
Class InvalidBeanException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.jonas_ejb.lib.InvalidBeanException
All Implemented Interfaces:
java.io.Serializable

public class InvalidBeanException
extends java.lang.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(java.lang.String msg)
          Constructs an InvalidBeanException with the specified detail message.
 
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(java.lang.String msg)
Constructs an InvalidBeanException with the specified detail message.