Class WebException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ForbiddenException, WebUserAuthException

public class WebException extends IllegalStateException
Thrown when Connection POST-request fails, general Exception.
See Also:
Serialized Form
  • Constructor Details

    • WebException

      public WebException()
    • WebException

      public WebException(String message)
    • WebException

      public WebException(String message, Throwable cause)
    • WebException

      public WebException(Throwable cause)