org.ow2.jonas.workcleaner
Class WorkCleanerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.jonas.service.ServiceException
                  extended by org.ow2.jonas.workcleaner.WorkCleanerException
All Implemented Interfaces:
Serializable

public class WorkCleanerException
extends ServiceException

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

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

Constructor Summary
WorkCleanerException(String message)
          Constructs a new CleanerException with the specified message.
WorkCleanerException(String message, Throwable throwable)
          Constructs a new CleanerException with the specified message.
 
Method Summary
 
Methods inherited from class org.ow2.jonas.service.ServiceException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkCleanerException

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

Parameters:
message - the detail message.

WorkCleanerException

public WorkCleanerException(String message,
                            Throwable throwable)
Constructs a new CleanerException with the specified message.

Parameters:
message - the detail message.
throwable - the exception


Copyright © 2010 OW2 Consortium. All Rights Reserved.