Class RPCRequestException

  • All Implemented Interfaces:
    Serializable

    public class RPCRequestException
    extends Exception
    Exception to be thrown in case of an error while processing RPC request.
    Author:
    msekoranja
    See Also:
    Serialized Form
    • Constructor Detail

      • RPCRequestException

        public RPCRequestException​(org.epics.pvdata.pv.Status.StatusType status,
                                   String message)
        Constructor. NOTE: if an exception (of a problem) is available, use other constructor that supports exception chaining.
        Parameters:
        status - status type.
        message - human readable exception message.
      • RPCRequestException

        public RPCRequestException​(org.epics.pvdata.pv.Status.StatusType status,
                                   String message,
                                   Throwable cause)
        Constructor that supports exception chaining.
        Parameters:
        status - status type.
        message - human readable exception message.
        cause - the cause of the problem.
    • Method Detail

      • getStatus

        public org.epics.pvdata.pv.Status.StatusType getStatus()
        Get status type.
        Returns:
        status type.