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