com.sun.ejb.codegen
Class InvalidHome

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.InvalidHome
All Implemented Interfaces:
Serializable

public class InvalidHome
extends GeneratorException

See Also:
Serialized Form

Constructor Summary
InvalidHome(String s)
          Constructs the InvalidHome 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

InvalidHome

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



Copyright © 2012 GlassFish Community. All Rights Reserved.