Class ResponseConstructionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.epics.archiverappliance.mgmt.pva.actions.PvaActionException
org.epics.archiverappliance.mgmt.pva.actions.ResponseConstructionException
All Implemented Interfaces:
Serializable

public class ResponseConstructionException extends PvaActionException
Exception for handling request in PvaAction when the reponse cannot be constructed for whatever reason is thrown.
See Also:
  • Constructor Details

    • ResponseConstructionException

      public ResponseConstructionException(Exception e)
    • ResponseConstructionException

      public ResponseConstructionException(Throwable e)
    • ResponseConstructionException

      public ResponseConstructionException(String response, Exception e)