Package org.ovirt.vdsm.jsonrpc.client
Class RequestAlreadySentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ovirt.vdsm.jsonrpc.client.RequestAlreadySentException
- All Implemented Interfaces:
Serializable
Exception used to inform user that there is an attempt to sent
the same request second time.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRequestAlreadySentException(String message) RequestAlreadySentException(String message, Throwable cause) RequestAlreadySentException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
RequestAlreadySentException
public RequestAlreadySentException() -
RequestAlreadySentException
-
RequestAlreadySentException
-
RequestAlreadySentException
-
RequestAlreadySentException
-