Class GeneratorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.ejb.codegen.GeneratorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MethodNotFound

public class GeneratorException extends Exception
The Generator exception is thrown whenever there is an error in generating the stubs and skeletons and other related files.
See Also:
  • Constructor Details

    • GeneratorException

      public GeneratorException(String message)
      Constructs the Generator exception with the specified string.
      Parameters:
      message - string description
    • GeneratorException

      public GeneratorException(String message, Exception cause)
      Constructs the Generator exception with the specified string.
      Parameters:
      message - string description
      cause - exception which caused the failure
  • Method Details

    • toString

      public String toString()
      Return the string representation of the exception.
      Overrides:
      toString in class Throwable
      Returns:
      the string representation of the exception.