public class ServiceNotFoundException extends SMSException
ServiceNotFoundException
is thrown if the service does not
exist.Exception
,
Throwable
,
Serialized FormConstructor and Description |
---|
ServiceNotFoundException()
Constructs an
ServiceNotFoundException with no specified
detail message. |
ServiceNotFoundException(String s)
Constructs an
ServiceNotFoundException with the specified
detail message. |
ServiceNotFoundException(String rbName,
String errCode,
Object[] args)
Constructs an
ServiceNotFoundException with the specified
error code. |
getErrorCode, getExceptionCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ServiceNotFoundException()
ServiceNotFoundException
with no specified
detail message.public ServiceNotFoundException(String s)
ServiceNotFoundException
with the specified
detail message.s
- the detail message.public ServiceNotFoundException(String rbName, String errCode, Object[] args)
ServiceNotFoundException
with the specified
error code. It can be used to pass localized error message.rbName
- Resource Bundle name where localized error message is located.errCode
- error code or message ID to be used for
ResourceBundle.getString()
to locate error
messageargs
- any arguments to be used for error message formatting
getMessage()
will construct error message using
English resource bundle.Copyright © 2010-2018, ForgeRock All Rights Reserved.