|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.sun.identity.sm.SMSException | +--com.sun.identity.sm.ServiceAlreadyExistsException
Exception
,
Throwable
, Serialized FormFields 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. |
Methods inherited from class com.sun.identity.sm.SMSException |
getExceptionCode, getMessage, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ServiceAlreadyExistsException()
ServiceAlreadyExistsException
with no
specified detail message.public ServiceAlreadyExistsException(java.lang.String msg)
ServiceAlreadyExistsException
with the
specified detail message.msg
- the detail message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |