Package it.ovunque.rete.http
Class ErroreHttp
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.ovunque.util.errori.ErroreOvunque
it.ovunque.rete.http.ErroreHttp
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionErroreHttp
(int stato) ErroreHttp
(int stato, String messaggio) ErroreHttp
(int stato, String messaggio, Throwable causa) ErroreHttp
(int stato, Throwable causa) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
stato
public final int stato
-
-
Constructor Details
-
ErroreHttp
public ErroreHttp(int stato) -
ErroreHttp
-
ErroreHttp
-
ErroreHttp
-