public class UnavailableServiceException
extends java.lang.Exception
UnavailableServiceException
is thrown by the
ServiceManager
when a non-existing or unavailable service
is looked up.ServiceManager
,
Serialized FormConstructor and Description |
---|
UnavailableServiceException()
Constructs an
UnavailableServiceException with null
as its error detail message. |
UnavailableServiceException(java.lang.String msg)
Constructs an
UnavailableServiceException with the specified detail
message. |
public UnavailableServiceException()
UnavailableServiceException
with null
as its error detail message.public UnavailableServiceException(java.lang.String msg)
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
.msg
- the detail message.Copyright © 1998, 2016, Oracle and/or its affiliates. All rights reserved.