Package com.djrapitops.plan.exceptions
Class DataExtensionMethodCallException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.djrapitops.plan.exceptions.DataExtensionMethodCallException
-
- All Implemented Interfaces:
java.io.Serializable
public class DataExtensionMethodCallException extends java.lang.IllegalStateException
Exception that is thrown when a call to a DataExtension method throws an exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataExtensionMethodCallException(java.lang.String message, java.lang.Throwable cause, java.lang.String pluginName, java.lang.String methodName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
getMethodName()
java.lang.String
getPluginName()
-