Class ExtensionNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.jalo.JaloSystemException
-
- de.hybris.platform.jalo.extension.ExtensionNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExtensionNotFoundException extends JaloSystemException
An exception which describes the fact that a requested extension was not found by the extension manager or was not installed properly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtensionNotFoundException(java.lang.String message, int vendorCode)Constructor ExtensionNotFoundException
-
Method Summary
-
Methods inherited from class de.hybris.platform.jalo.JaloSystemException
getErrorCode, getThrowable, toString
-
-