org.objectweb.jonas_ejb.genidl
Class GenIDLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.jonas_ejb.genidl.GenIDLException
All Implemented Interfaces:
java.io.Serializable

public class GenIDLException
extends java.lang.Exception

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

See Also:
Serialized Form

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

Constructor Detail

GenIDLException

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


GenIDLException

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