org.objectweb.jonas.ear.lib
Class EarCleanerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.jonas.ear.lib.EarCleanerException
All Implemented Interfaces:
java.io.Serializable

public class EarCleanerException
extends java.lang.Exception

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

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

Constructor Summary
EarCleanerException()
          Constructs a new EarCleanerException with no detail message.
EarCleanerException(java.lang.String message)
          Constructs a new EarCleanerException with the specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EarCleanerException

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

EarCleanerException

public EarCleanerException(java.lang.String message)
Constructs a new EarCleanerException with the specified message.
Parameters:
message - the detail message.