Class RequestAlreadySentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ovirt.vdsm.jsonrpc.client.RequestAlreadySentException
All Implemented Interfaces:
Serializable

public class RequestAlreadySentException extends RuntimeException
Exception used to inform user that there is an attempt to sent the same request second time.
See Also:
  • Field Details

  • Constructor Details

    • RequestAlreadySentException

      public RequestAlreadySentException()
    • RequestAlreadySentException

      public RequestAlreadySentException(String message)
    • RequestAlreadySentException

      public RequestAlreadySentException(Throwable cause)
    • RequestAlreadySentException

      public RequestAlreadySentException(String message, Throwable cause)
    • RequestAlreadySentException

      public RequestAlreadySentException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)