Class UnknownServiceException

  • All Implemented Interfaces:
    Serializable

    public class UnknownServiceException
    extends Exception
    Thrown to indicate that the specified service does not exist.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownServiceException

        public UnknownServiceException()
        Constructs a new UnknownServiceException with no detail message.
      • UnknownServiceException

        public UnknownServiceException​(String s)
        Constructs a new UnknownServiceException with the specified detail message.
        Parameters:
        s - the detail message.