Class SmarteditConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.smarteditwebservices.configuration.SmarteditConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class SmarteditConfigurationException extends java.lang.RuntimeExceptionThrown when there is a problem while calling any of the SmarteditConfigurationFacade methods- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SmarteditConfigurationException(java.lang.String message)SmarteditConfigurationException(java.lang.String message, java.lang.Throwable cause)SmarteditConfigurationException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
SmarteditConfigurationException
public SmarteditConfigurationException(java.lang.String message)
-
SmarteditConfigurationException
public SmarteditConfigurationException(java.lang.String message, java.lang.Throwable cause)
-
SmarteditConfigurationException
public SmarteditConfigurationException(java.lang.Throwable cause)
-
-