org.ow2.petals.tools.webadmin.util
Class WebConsoleConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.petals.tools.webadmin.datacollector.exception.DataCollectorException
org.ow2.petals.tools.webadmin.util.WebConsoleConfigException
- All Implemented Interfaces:
- java.io.Serializable
public class WebConsoleConfigException
- extends org.ow2.petals.tools.webadmin.datacollector.exception.DataCollectorException
Deals with all exceptions raised by configuration initialization
- Author:
- ofabre, mcarpentier - EBM WebSourcing
- See Also:
- Serialized Form
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 |
WebConsoleConfigException
public WebConsoleConfigException()
WebConsoleConfigException
public WebConsoleConfigException(java.lang.String message)
- Parameters:
message
- the raw message explaining the cause of the error
WebConsoleConfigException
public WebConsoleConfigException(java.lang.String message,
java.lang.Throwable e)
- Parameters:
message
- the raw message explaining the cause of the errore
- the exception
WebConsoleConfigException
public WebConsoleConfigException(java.lang.Throwable e)
- Parameters:
e
- the exception
Copyright © 2005-2008 OW2 Consortium. All Rights Reserved.