public class ServiceAlreadyExistsException extends SMSException
ServiceAlreadyExistsException
is thrown if the service
already exists.Exception
,
Throwable
,
Serialized FormConstructor and Description |
---|
ServiceAlreadyExistsException()
Constructs an
ServiceAlreadyExistsException with no
specified detail message. |
ServiceAlreadyExistsException(String msg)
Constructs an
ServiceAlreadyExistsException with the
specified detail message. |
ServiceAlreadyExistsException(String rbName,
String errCode,
Object[] args)
Constructs an
ServiceAlreadyExistsException with the
specified error code. |
getErrorCode, getExceptionCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ServiceAlreadyExistsException()
ServiceAlreadyExistsException
with no
specified detail message.public ServiceAlreadyExistsException(String msg)
ServiceAlreadyExistsException
with the
specified detail message.msg
- the detail message.public ServiceAlreadyExistsException(String rbName, String errCode, Object[] args)
ServiceAlreadyExistsException
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
message.args
- 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.