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
Represents all possible errors of http request.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRequestErrorException
(String message) RequestErrorException
(String message, Throwable cause) RequestErrorException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequestErrorException
public RequestErrorException() -
RequestErrorException
-
RequestErrorException
-
RequestErrorException
-