vdoclet.ejb
Class EjbInfoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--vdoclet.ejb.EjbInfoException
All Implemented Interfaces:
Serializable

public class EjbInfoException
extends RuntimeException

Thrown to indicate that the input data is bad

See Also:
Serialized Form

Constructor Summary
EjbInfoException(String msg)
          Construct a new EjbInfoException.
 
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

EjbInfoException

public EjbInfoException(String msg)
Construct a new EjbInfoException.

Parameters:
msg - the error-message