org.objectweb.jonas.ear.lib
Class EarClassPathManagerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.jonas.ear.lib.EarClassPathManagerException
All Implemented Interfaces:
java.io.Serializable

public class EarClassPathManagerException
extends java.lang.Exception

The class EarClassPathManagerException indicates conditions that a reasonable application might want to catch.

Author:
Florent Benoit, Ludovic Bert
See Also:
Serialized Form

Constructor Summary
EarClassPathManagerException()
          Constructs a new EarClassPathManagerException with no detail message.
EarClassPathManagerException(java.lang.String message)
          Constructs a new EarClassPathManagerException with the specified message.
 
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

EarClassPathManagerException

public EarClassPathManagerException()
Constructs a new EarClassPathManagerException with no detail message.


EarClassPathManagerException

public EarClassPathManagerException(java.lang.String message)
Constructs a new EarClassPathManagerException with the specified message.

Parameters:
message - the detail message.