org.objectweb.jonas_lib.deployment.work
Class CleanerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.jonas_lib.deployment.work.CleanerException
All Implemented Interfaces:
java.io.Serializable

public class CleanerException
extends java.lang.Exception

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

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

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

CleanerException

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


CleanerException

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

Parameters:
message - the detail message.