Class OncRpcProgramNotRegisteredException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OncRpcProgramNotRegisteredException
    extends OncRpcException
    The class OncRpcProgramNotRegisteredException indicates that the requests ONC/RPC program is not available at the specified host.
    Version:
    $Revision: 1.2 $ $Date: 2005/11/11 21:03:30 $ $State: Exp $ $Locker: $
    Author:
    Harald Albrecht
    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Defines the serial version UID for OncRpcProgramNotRegisteredException.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OncRpcProgramNotRegisteredException

        public OncRpcProgramNotRegisteredException()
        Constructs an ONC/RPC program not registered exception with a detail code of OncRpcException.RPC_PROGNOTREGISTERED and an appropriate clear-text detail message.