|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sun.identity.policy.PolicyException | +--com.sun.identity.policy.LimitExceededException
Exception thrown if any limit is exceeded
Fields inherited from class com.sun.identity.policy.PolicyException |
CONDITION_COLLECTION, ORGANIZATION, POLICY, REFERRAL_COLLECTION, REFERRAL_TYPE, RULE, SERVICE, USER_COLLECTION |
Constructor Summary | |
LimitExceededException(java.lang.String msg,
java.lang.String name,
int type)
Constructor |
|
LimitExceededException(java.lang.String rbName,
java.lang.String errCode,
java.lang.Object[] args,
java.lang.String name,
int type)
Constructor |
|
LimitExceededException(java.lang.String rbName,
java.lang.String errCode,
java.lang.Object[] args,
java.lang.Throwable t,
java.lang.String name,
int type)
Constructor |
|
LimitExceededException(java.lang.String msg,
java.lang.Throwable t,
java.lang.String name,
int type)
Constructor |
|
LimitExceededException(java.lang.Throwable t,
java.lang.String name,
int type)
Constructor |
Method Summary | |
java.lang.String |
getName()
Gets the name of the object for which limit was exceeded |
int |
getObjectType()
Gets the type of object for which limit was exceeded The defined objects are POLICY ,
RULE , ORGANIZATION ,
USER_COLLECTION
and SERVICE |
Constructor Detail |
public LimitExceededException(java.lang.String msg, java.lang.String name, int type)
msg
- exception messagename
- name of the object for which limit was exceededtype
- type of object for which the limit was exceededpublic LimitExceededException(java.lang.String rbName, java.lang.String errCode, java.lang.Object[] args, java.lang.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
- of the object for which limit was exceededtype
- of object for which the limit was exceededpublic LimitExceededException(java.lang.String rbName, java.lang.String errCode, java.lang.Object[] args, java.lang.Throwable t, java.lang.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
- of the object for which limit was exceededtype
- of object for which the limit was exceededpublic LimitExceededException(java.lang.Throwable t, java.lang.String name, int type)
t
- nested root cause exceptionname
- of the object for which limit was exceededtype
- of object for which the limit was exceededpublic LimitExceededException(java.lang.String msg, java.lang.Throwable t, java.lang.String name, int type)
msg
- exception messaget
- nested root cause exceptionname
- of the object for which limit was exceededtype
- of object for which the limit was exceededMethod Detail |
public java.lang.String getName()
public int getObjectType()
POLICY
,
RULE
, ORGANIZATION
,
USER_COLLECTION
and SERVICE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |