Package com.hybris.cockpitng.core.config
Class CockpitConfigurationNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.hybris.cockpitng.core.config.CockpitConfigurationException
-
- com.hybris.cockpitng.core.config.CockpitConfigurationNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class CockpitConfigurationNotFoundException extends CockpitConfigurationException
Represents an error occured in the cockpit configuration service, indicating that a requested configuration context is not existing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CockpitConfigurationNotFoundException()CockpitConfigurationNotFoundException(java.lang.String msg)CockpitConfigurationNotFoundException(java.lang.String msg, java.lang.Throwable cause)CockpitConfigurationNotFoundException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
CockpitConfigurationNotFoundException
public CockpitConfigurationNotFoundException()
-
CockpitConfigurationNotFoundException
public CockpitConfigurationNotFoundException(java.lang.String msg)
-
CockpitConfigurationNotFoundException
public CockpitConfigurationNotFoundException(java.lang.String msg, java.lang.Throwable cause)
-
CockpitConfigurationNotFoundException
public CockpitConfigurationNotFoundException(java.lang.Throwable cause)
-
-