Class SmarteditConfigurationNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.smarteditwebservices.configuration.SmarteditConfigurationNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class SmarteditConfigurationNotFoundException extends java.lang.RuntimeExceptionThrown when a configuration was not found- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SmarteditConfigurationNotFoundException(java.lang.String message)SmarteditConfigurationNotFoundException(java.lang.String message, java.lang.Throwable cause)SmarteditConfigurationNotFoundException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
SmarteditConfigurationNotFoundException
public SmarteditConfigurationNotFoundException(java.lang.String message)
-
SmarteditConfigurationNotFoundException
public SmarteditConfigurationNotFoundException(java.lang.String message, java.lang.Throwable cause)
-
SmarteditConfigurationNotFoundException
public SmarteditConfigurationNotFoundException(java.lang.Throwable cause)
-
-