org.objectweb.jonas_ejb.genic
Class GenICException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.jonas_ejb.genic.GenICException
All Implemented Interfaces:
java.io.Serializable

public class GenICException
extends java.lang.Exception

This class represents the exception that can be throwned by the GenIC tool.

See Also:
Serialized Form

Constructor Summary
GenICException()
          Constructs an GenICException with no specified detail message.
GenICException(java.lang.String msg)
          Constructs an GenICException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenICException

public GenICException()
Constructs an GenICException with no specified detail message.

GenICException

public GenICException(java.lang.String msg)
Constructs an GenICException with the specified detail message.