java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicommerce.sdk.resources.PluginResourceException
- All Implemented Interfaces:
Serializable
PluginResourceException class.
- Since:
- 1.0.16
- Author:
- Logicommerce
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginResourceException(Class<?> clazz, Exception exception) Constructor for PluginResourceException.PluginResourceException(Exception exception) Constructor for PluginResourceException.PluginResourceException(String message) Constructor for PluginResourceException.PluginResourceException(String message, Exception exception) Constructor for PluginResourceException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginResourceException
Constructor for PluginResourceException.
- Parameters:
message- aStringobject
-
PluginResourceException
Constructor for PluginResourceException.
- Parameters:
exception- aExceptionobject
-
PluginResourceException
Constructor for PluginResourceException.
-
PluginResourceException
Constructor for PluginResourceException.
-