org.objectweb.jonas.work
Class CleanerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.jonas.work.CleanerException
- All Implemented Interfaces:
- Serializable
public class CleanerException
- extends 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(String message)
Constructs a new EarCleanerException with the specified message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CleanerException
public CleanerException()
- Constructs a new EarCleanerException with no detail message.
CleanerException
public CleanerException(String message)
- Constructs a new EarCleanerException with the specified message.
- Parameters:
message
- the detail message.
Copyright © 2007 OW2 Consortium. All Rights Reserved.