org.ow2.petals.tools.webadmin.util
Class WebConsoleConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.tools.webadmin.datacollector.exception.DataCollectorException
              extended by 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

Constructor Summary
WebConsoleConfigException()
           
WebConsoleConfigException(java.lang.String message)
           
WebConsoleConfigException(java.lang.String message, java.lang.Throwable e)
           
WebConsoleConfigException(java.lang.Throwable e)
           
 
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

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 error
e - the exception

WebConsoleConfigException

public WebConsoleConfigException(java.lang.Throwable e)
Parameters:
e - the exception


Copyright © 2005-2008 OW2 Consortium. All Rights Reserved.