Class RequestErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.zcu.fav.kiv.mjakubas.saf.request.basicrequest.exception.RequestErrorException
All Implemented Interfaces:
Serializable

public class RequestErrorException extends Exception
Represents all possible errors of http request.
See Also:
  • Constructor Details

    • RequestErrorException

      public RequestErrorException()
    • RequestErrorException

      public RequestErrorException(String message)
    • RequestErrorException

      public RequestErrorException(String message, Throwable cause)
    • RequestErrorException

      public RequestErrorException(Throwable cause)