public class NameAlreadyExistsException extends PolicyException
Constructor and Description |
---|
NameAlreadyExistsException(String msg,
String name,
int type)
Constructs a
NameAlreadyExistsException instance. |
NameAlreadyExistsException(String rbName,
String errorCode,
Object[] args,
String name,
int type)
Constructs a
NameAlreadyExistsException instance. |
NameAlreadyExistsException(String rbName,
String errorCode,
Object[] args,
Throwable t,
String name,
int type)
Constructs a
NameAlreadyExistsException instance. |
NameAlreadyExistsException(Throwable t,
String name,
int type)
Constructs a
NameAlreadyExistsException instance. |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name that already exists.
|
int |
getObjectType()
Gets the type of object which encountered
the invalid name.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NameAlreadyExistsException(String msg, String name, int type)
NameAlreadyExistsException
instance.msg
- exception messagename
- name that already existstype
- type of object whose name already existpublic NameAlreadyExistsException(String rbName, String errorCode, Object[] args, String name, int type)
NameAlreadyExistsException
instance.
With localized error messagerbName
- Resource bundle nameerrorCode
- error code to use access the resource bundleargs
- parameters for message formattingname
- name that already existstype
- type of object whose name already existpublic NameAlreadyExistsException(String rbName, String errorCode, Object[] args, Throwable t, String name, int type)
NameAlreadyExistsException
instance.
With localized error messagerbName
- Resource bundle nameerrorCode
- error code to use access the resource bundleargs
- parameters for message formattingt
- nested root cause exceptionname
- name that already existstype
- type of object whose name already existpublic String getName()
public int getObjectType()
POLICY
,
RULE
, ORGANIZATION
,
USER_COLLECTION
RESPONSE_PROVIDER_COLLECTION
CONDITION_COLLECTION
REFERRAL_COLLECTION
REFERRAL_TYPE
SUBJECT_TYPE
and SERVICE
Copyright © 2010-2018, ForgeRock All Rights Reserved.