com.sun.ejb.codegen
Class MethodNotFound

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.MethodNotFound
All Implemented Interfaces:
java.io.Serializable

public class MethodNotFound
extends GeneratorException

See Also:
Serialized Form

Constructor Summary
MethodNotFound(java.lang.String s)
          Constructs the MethodNotFound 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

MethodNotFound

public MethodNotFound(java.lang.String s)
Constructs the MethodNotFound exception with the specified string.



Copyright © 2012 GlassFish Community. All Rights Reserved.