org.objectweb.jonas_ejb.lib
Class InvalidBeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.