|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.identity.policy.ChainedException
com.sun.identity.policy.PolicyException
com.sun.identity.policy.InvalidFormatException
Exception thrown if a name of an object such as policy, rule or referral has invalid format
| Field Summary |
| Fields inherited from class com.sun.identity.policy.PolicyException |
CONDITION_COLLECTION, ORGANIZATION, POLICY, REFERRAL_COLLECTION, REFERRAL_TYPE, RESPONSE_PROVIDER_COLLECTION, RULE, SERVICE, SUBJECT_TYPE, USER_COLLECTION |
| Constructor Summary | |
InvalidFormatException(java.lang.String msg,
java.lang.String name,
int type)
Constructs a InvalidFormatException instance. |
|
InvalidFormatException(java.lang.String rbName,
java.lang.String errCode,
java.lang.Object[] args,
java.lang.String name,
int type)
Constructs a InvalidFormatException instance. |
|
InvalidFormatException(java.lang.String rbName,
java.lang.String errCode,
java.lang.Object[] args,
java.lang.Throwable t,
java.lang.String name,
int type)
Constructs a InvalidFormatException instance. |
|
InvalidFormatException(java.lang.Throwable t,
java.lang.String name,
int type)
Constructs a InvalidFormatException instance. |
|
| Method Summary | |
java.lang.String |
getName()
Gets the name of the object that encountered an invalid format. |
int |
getObjectType()
Gets the type of object which encountered an invalid format. |
| Methods inherited from class com.sun.identity.policy.PolicyException |
getCompleteL10NMessage, getErrorCode, getL10NMessage, getMessage, getMessageArgs, getNestedException, getResourceBundleName, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public InvalidFormatException(java.lang.String msg,
java.lang.String name,
int type)
InvalidFormatException instance.
msg - exception messagename - name that was in invalid formattype - type of object that had invalid name format
public InvalidFormatException(java.lang.Throwable t,
java.lang.String name,
int type)
InvalidFormatException instance.
t - nested root cause exceptionname - name that was in invalid formattype - type of object that had invalid name format
public InvalidFormatException(java.lang.String rbName,
java.lang.String errCode,
java.lang.Object[] args,
java.lang.Throwable t,
java.lang.String name,
int type)
InvalidFormatException instance.
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 was in invalid formattype - type of object that had invalid name format
public InvalidFormatException(java.lang.String rbName,
java.lang.String errCode,
java.lang.Object[] args,
java.lang.String name,
int type)
InvalidFormatException instance.
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 was in invalid formattype - type of object that had invalid name format| Method Detail |
public java.lang.String getName()
public int getObjectType()
POLICY,
RULE and SERVICE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||