org.objectweb.jonas_ejb.genic
Class GenICException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.

Author:
Helene Joanin : Initial developer
See Also:
Serialized Form

Field Summary
protected  java.lang.Exception inner
           
 
Constructor Summary
GenICException()
          Constructs an GenICException with no specified detail message.
GenICException(java.lang.String msg)
          Constructs an GenICException with the specified detail message.
GenICException(java.lang.String msg, java.lang.Exception inner)
           
 
Method Summary
 java.lang.String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

inner

protected java.lang.Exception inner
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.


GenICException

public GenICException(java.lang.String msg,
                      java.lang.Exception inner)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter s)
Overrides:
printStackTrace in class java.lang.Throwable