public class AMEntryExistsException extends AMException
AMEntryExistsException
is a specific typed exception used
to indicate an error encountered because the entry already existing in the
Directory. This class is a subclass of the AMException
class.Exception
,
Throwable
,
AMException
,
Serialized FormConstructor and Description |
---|
AMEntryExistsException(SSOToken token,
String errorCode)
Deprecated.
Protected constructor for convenience.
|
AMEntryExistsException(SSOToken token,
String errorCode,
UMSException ue)
Deprecated.
Protected constructor for convenience.
|
AMEntryExistsException(String msg,
String errorCode)
Deprecated.
Constructs a new
AMEntryExistsException with detailed
message. |
AMEntryExistsException(String msg,
String errorCode,
Object[] args)
Deprecated.
Constructs a new
AMException with detailed message. |
AMEntryExistsException(String msg,
String errorCode,
Object[] args,
UMSException ue)
Deprecated.
Constructs a new
AMException with detailed message. |
AMEntryExistsException(String msg,
String errorCode,
UMSException ue)
Deprecated.
Protected constructor for convenience.
|
getErrorCode, getL10NMessage, getLDAPErrorCode, getLDAPException, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AMEntryExistsException(String msg, String errorCode)
AMEntryExistsException
with detailed
message.msg
- The detailed messageerrorCode
- Error code that matches the appropriate entry in
amProfile.properties
.public AMEntryExistsException(SSOToken token, String errorCode)
token
- Single Sign On Token.errorCode
- Error code that matches the appropriate entry in
amProfile.properties
.public AMEntryExistsException(String msg, String errorCode, UMSException ue)
msg
- The detailed message.errorCode
- Error code that matches the appropriate entry in
amProfile.properties
.ue
- UMSException
root cause exception.public AMEntryExistsException(SSOToken token, String errorCode, UMSException ue)
token
- Single Sign On Token.errorCode
- Error code that matches the appropriate entry in
amProfile.properties
.ue
- UMSException
root cause exception.public AMEntryExistsException(String msg, String errorCode, Object[] args)
AMException
with detailed message.msg
- The detailed message.errorCode
- Error code that matches the appropriate entry in
amProfile.properties
.args
- Array of arguments to be applied in the message.public AMEntryExistsException(String msg, String errorCode, Object[] args, UMSException ue)
AMException
with detailed message.msg
- The detailed message.errorCode
- Error code that matches the appropriate entry in
amProfile.properties
.args
- Array of arguments to be applied in the message.ue
- UMSException
root cause exception.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.