Package com.djrapitops.plan.extension
Class NotReadyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.djrapitops.plan.extension.NotReadyException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotReadyException extends java.lang.IllegalStateException
Exception to throw inside DataExtension if a method is not ready to be called (Data is not available etc).This Exception will not cause Plan to "yell" about the exception.
Requires Capability#DATA_EXTENSION_NOT_READY_EXCEPTION.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotReadyException()
Construct the exception.
-