com.sun.identity.sm
Class ServiceAlreadyExistsException
com.sun.identity.sm.SMSException
|
+--com.sun.identity.sm.ServiceAlreadyExistsException
- public class ServiceAlreadyExistsException
- extends SMSException
The ServiceAlreadyExistsException
is thrown if the
service already exists.
- See Also:
Exception
,
Throwable
Fields inherited from class com.sun.identity.sm.SMSException |
STATUS_ABORT, STATUS_CONFIG_PROBLEM, STATUS_INVALID_INPUT, STATUS_LDAP_OP_FAILED, STATUS_NO_PERMISSION, STATUS_NONE, STATUS_QUO_ANTE, STATUS_REPEATEDLY_FAILED, STATUS_RETRY, STATUS_SMS_OP_FAILED, STATUS_UNKNOWN_EXCEPTION |
Constructor Summary |
ServiceAlreadyExistsException()
Constructs an ServiceAlreadyExistsException with no
specified detail message. |
ServiceAlreadyExistsException(java.lang.String msg)
Constructs an ServiceAlreadyExistsException with the
specified detail message. |
ServiceAlreadyExistsException(java.lang.String rbName,
java.lang.String errCode,
java.lang.Object[] args)
Constructs an ServiceAlreadyExistsException with
the specificed error code. |
ServiceAlreadyExistsException
public ServiceAlreadyExistsException()
- Constructs an
ServiceAlreadyExistsException
with no
specified detail message.
ServiceAlreadyExistsException
public ServiceAlreadyExistsException(java.lang.String msg)
- Constructs an
ServiceAlreadyExistsException
with the
specified detail message.
- Parameters:
msg
- the detail message.
ServiceAlreadyExistsException
public ServiceAlreadyExistsException(java.lang.String rbName,
java.lang.String errCode,
java.lang.Object[] args)
- Constructs an
ServiceAlreadyExistsException
with
the specificed error code. It can be used to pass localized
error message
- Parameters:
rbname
- - Resource Bundle name where localized error message
is locatederrorCode
- - errorcode or message id to be used for
ResourceBundle.getString() to locate error messageObject[]
- args any args to be used for error message formatting
getMessage() will construct error message using English resource bundle