org.ow2.jonas.lib.cpmanager
Class EarClassPathManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jonas.lib.cpmanager.EarClassPathManagerException
All Implemented Interfaces:
Serializable

public class EarClassPathManagerException
extends 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(String message)
          Constructs a new EarClassPathManagerException with the specified 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

EarClassPathManagerException

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


EarClassPathManagerException

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

Parameters:
message - the detail message.


Copyright © 2010 OW2 Consortium. All Rights Reserved.