com.sun.ejb.codegen
Class InvalidBean

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.ejb.codegen.GeneratorException
              extended by com.sun.ejb.codegen.InvalidBean
All Implemented Interfaces:
Serializable

public class InvalidBean
extends GeneratorException

See Also:
Serialized Form

Constructor Summary
InvalidBean(String s)
          Constructs the InvalidBean exception with the specified string.
 
Method Summary
 
Methods inherited from class com.sun.ejb.codegen.GeneratorException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidBean

public InvalidBean(String s)
Constructs the InvalidBean exception with the specified string.



Copyright © 2012 GlassFish Community. All Rights Reserved.