org.ow2.petals.kernel.configuration
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.petals.kernel.api.server.PetalsException
org.ow2.petals.kernel.configuration.ConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
public class ConfigurationException
- extends org.ow2.petals.kernel.api.server.PetalsException
The configuration service exception.
- Since:
- Petals 2.0
- Author:
- Roland NAUDIN - eBMWebSourcing
- 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 |
ConfigurationException
public ConfigurationException()
ConfigurationException
public ConfigurationException(java.lang.String message)
- Parameters:
message -
ConfigurationException
public ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
ConfigurationException
public ConfigurationException(java.lang.Throwable cause)
- Parameters:
cause -
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.