Module java.jnlp
Package javax.jnlp

Class UnavailableServiceException

  • All Implemented Interfaces:
    Serializable


    public class UnavailableServiceException
    extends Exception
    The UnavailableServiceException is thrown by the ServiceManager when a non-existing or unavailable service is looked up.
    Since:
    1.4.2
    See Also:
    ServiceManager, Serialized Form
    • Constructor Detail

      • UnavailableServiceException

        public UnavailableServiceException​()
        Constructs an UnavailableServiceException with null as its error detail message.
      • UnavailableServiceException

        public UnavailableServiceException​(String msg)
        Constructs an UnavailableServiceException with the specified detail message. The error message string s can later be retrieved by the Throwable.getMessage() method of class java.lang.Throwable.
        Parameters:
        msg - the detail message.