public class ObjectInUseException extends PolicyException
CONDITION_COLLECTION, ORGANIZATION, POLICY, REFERRAL_COLLECTION, REFERRAL_TYPE, RESPONSE_PROVIDER_COLLECTION, RULE, SERVICE, SUBJECT_TYPE, USER_COLLECTION
Constructor and Description |
---|
ObjectInUseException(String msg,
String name,
Object user)
Constructs an
ObjectInUseException object |
ObjectInUseException(String rbName,
String errCode,
Object[] args,
String name,
Object user)
Constructs an
ObjectInUseException object |
ObjectInUseException(String rbName,
String errCode,
Object[] args,
Throwable t,
String name,
Object user)
Constructs an
ObjectInUseException object |
ObjectInUseException(Throwable t,
String name,
Object user)
Constructs an
ObjectInUseException object |
public ObjectInUseException(String msg, String name, Object user)
ObjectInUseException
objectmsg
- exception messagename
- name of the object that is in useuser
- object that is using the object you are trying to removepublic ObjectInUseException(String rbName, String errCode, Object[] args, String name, Object user)
ObjectInUseException
objectrbName
- 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 of the object that is in useuser
- object that is using the object you are trying to removepublic ObjectInUseException(String rbName, String errCode, Object[] args, Throwable t, String name, Object user)
ObjectInUseException
objectrbName
- 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 of the object that is in useuser
- object that is using the object you are trying to removepublic ObjectInUseException(Throwable t, String name, Object user)
ObjectInUseException
objectt
- nested root cause exceptionname
- name of the object that is in useuser
- object that is using the object you are trying to removeCopyright © 2010-2013, ForgeRock All Rights Reserved.