Class BadRequestPvaActionException

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

public class BadRequestPvaActionException extends PvaActionException
Exception to return a bad request when a problem happens handling a pvAccess request through a PvaAction interface
See Also:
  • Constructor Details

    • BadRequestPvaActionException

      public BadRequestPvaActionException(Exception e)
    • BadRequestPvaActionException

      public BadRequestPvaActionException(String msg, IllegalArgumentException ex)
    • BadRequestPvaActionException

      public BadRequestPvaActionException(String msg)