Package com.sun.ejb.codegen
Class MethodNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.ejb.codegen.GeneratorException
com.sun.ejb.codegen.MethodNotFound
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMethodNotFound(String message) Constructs the MethodNotFound exception with the specified string. -
Method Summary
Methods inherited from class com.sun.ejb.codegen.GeneratorException
toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
MethodNotFound
Constructs the MethodNotFound exception with the specified string.
-