Class InvalidApiUrlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ygbstudio.powerwp4j.exceptions.InvalidApiUrlException
All Implemented Interfaces:
Serializable

public class InvalidApiUrlException extends RuntimeException
Exception thrown when an invalid API URL is provided and any of the internal methods of PowerWP4j detect a URISyntaxException.
See Also:
  • Constructor Details

    • InvalidApiUrlException

      public InvalidApiUrlException(String message)
      Creates a new invalid API URL exception with the given message.
    • InvalidApiUrlException

      public InvalidApiUrlException(String message, URISyntaxException uriSyntaxEx)
      Creates a new invalid API URL exception with the given message and cause.