public class InvalidNameException extends PolicyException
Constructor and Description |
---|
InvalidNameException(String msg,
String name,
int type)
Constructor
|
InvalidNameException(String rbName,
String errCode,
Object[] args,
String name,
int type)
Constructor
|
InvalidNameException(String rbName,
String errCode,
Object[] args,
Throwable t,
String name,
int type)
Constructor
|
InvalidNameException(Throwable t,
String name,
int type)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name that is invalid
|
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 InvalidNameException(String msg, String name, int type)
msg
- exception messagename
- name that is invalidtype
- type of object that had invalid namepublic InvalidNameException(String rbName, String errCode, Object[] args, String name, int type)
rbName
- Resource bundle name of exception messageerrCode
- id used with resource bundle to get error messageargs
- any arguments for message formatting. null if no
additional arguments are necessaryname
- name that is invalidtype
- type of object that had invalid namepublic InvalidNameException(String rbName, String errCode, Object[] args, Throwable t, String name, int type)
rbName
- Resource bundle name of exception messageerrCode
- id used with resource bundle to get error messageargs
- any arguments for message formatting. null if no
additional arguments are necessaryt
- nested root cause exceptionname
- name that is invalidtype
- type of object that had invalid namepublic 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.