Class APINotOverwrittenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
nl.sbdeveloper.vehiclesplus.api.exceptions.APINotOverwrittenException
All Implemented Interfaces:
Serializable

public class APINotOverwrittenException extends Exception
Internal exception called when an API method is not overwritten by the Plugin implementation. If thrown, this is an internal error and should be reported to the plugin developer.
See Also:
  • Constructor Details

    • APINotOverwrittenException

      public APINotOverwrittenException(String message)
    • APINotOverwrittenException

      public APINotOverwrittenException()
    • APINotOverwrittenException

      public APINotOverwrittenException(Throwable cause)
    • APINotOverwrittenException

      public APINotOverwrittenException(String message, Throwable cause)