Package com.sun.ejb.codegen
Class GeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.ejb.codegen.GeneratorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MethodNotFound
The Generator exception is thrown whenever there is an error in
generating the stubs and skeletons and other related files.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeneratorException(String message) Constructs the Generator exception with the specified string.GeneratorException(String message, Exception cause) Constructs the Generator exception with the specified string. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
GeneratorException
Constructs the Generator exception with the specified string.- Parameters:
message- string description
-
GeneratorException
Constructs the Generator exception with the specified string.- Parameters:
message- string descriptioncause- exception which caused the failure
-
-
Method Details