Module  java.jnlp
软件包  javax.jnlp

Class UnavailableServiceException

  • All Implemented Interfaces:
    Serializable


    public class UnavailableServiceException
    extends 异常
    UnavailableServiceException被抛出 ServiceManager当不存在或无法使用服务抬头。
    从以下版本开始:
    1.4.2
    另请参见:
    ServiceManagerSerialized Form
    • 构造方法详细信息

      • UnavailableServiceException

        public UnavailableServiceException​()
        构造一个 UnavailableServiceExceptionnull作为其错误详细信息。
      • UnavailableServiceException

        public UnavailableServiceException​(String msg)
        构造具有指定详细消息的UnavailableServiceException 错误消息字符串s可以稍后通过类java.lang.ThrowableThrowable.getMessage()方法检索。
        参数
        msg - 详细信息。