com.ibm.itim.pim.authority
Class SharedAccessAuthorityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.itim.exception.ITIMException
com.ibm.itim.pim.authority.SharedAccessAuthorityException
All Implemented Interfaces: java.io.Serializable
public class SharedAccessAuthorityException extends ITIMException
This exception is thrown to indicate an error condition during shared access authorization.
Since:
6.0
See Also: Serialized Form
Constructor Summary
SharedAccessAuthorityException (java.lang.String msgId,
java.lang.Object[] tokens)
Constructs a new SharedAccessAuthorityException.
SharedAccessAuthorityException (java.lang.String msgId,
java.lang.Object[] tokens,
java.lang.Throwable throwable)
Constructs a new SharedAccessAuthorityException.
Methods inherited from class com.ibm.itim.exception.ITIMException
getLocalizedMessage , getMessage , getMessage , getMessageId , getThrowable , getTokens , normalize , printStackTrace , printStackTrace , printStackTrace , toXML
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
SharedAccessAuthorityException
public SharedAccessAuthorityException (java.lang.String msgId,
java.lang.Object[] tokens)
Constructs a new SharedAccessAuthorityException.
Parameters: msgId
- message identifier used to lookup a corresponding error
message from properties file.tokens
- values for replaceable tokens used in the error message.
SharedAccessAuthorityException
public SharedAccessAuthorityException (java.lang.String msgId,
java.lang.Object[] tokens,
java.lang.Throwable throwable)
Constructs a new SharedAccessAuthorityException.
Parameters: msgId
- message identifier used to lookup a corresponding error
message from properties file.tokens
- values for replaceable tokens used in the error message.throwable
- originating exception or error.
IBM Security Identity Manager 6.0.0 © Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.