|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.iplanet.am.sdk.AMException
|
+--com.iplanet.am.sdk.AMPreCallBackException
AMPreCallBackException is a subclass of
AMException which is used by all
implementations of AMCallback. This
exception should be thrown by the callback plugins in
case they want to abort the operation being performed
by SDK. This helps distinguish a pre-callback exception
from normal SDK exceptions and can be handled differently
by any applications, if they wish to.
| Constructor Summary | |
AMPreCallBackException(SSOToken token,
java.lang.String errorCode)
Constructs a new AMPreCallBackException with detailed
message. |
|
AMPreCallBackException(SSOToken token,
java.lang.String errorCode,
com.iplanet.ums.UMSException ue)
Constructs a new AMPreCallBackException with detailed
message. |
|
AMPreCallBackException(java.lang.String msg,
java.lang.String errorCode)
Constructs a new AMPreCallBackException with detailed
message. |
|
AMPreCallBackException(java.lang.String msg,
java.lang.String errorCode,
java.lang.Object[] args)
Constructs a new AMPreCallBackException with detailed
message. |
|
AMPreCallBackException(java.lang.String msg,
java.lang.String errorCode,
java.lang.Object[] args,
com.iplanet.ums.UMSException ue)
Constructs a new AMPreCallBackException with detailed
message. |
|
AMPreCallBackException(java.lang.String msg,
java.lang.String errorCode,
com.iplanet.ums.UMSException ue)
Constructs a new AMPreCallBackException with detailed
message. |
|
| Methods inherited from class com.iplanet.am.sdk.AMException |
getErrorCode, getLDAPErrorCode, getLDAPException, getMessage, getMessageArgs |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AMPreCallBackException(java.lang.String msg,
java.lang.String errorCode)
AMPreCallBackException with detailed
message.
msg - The detailed messageerrorCode - Matches the appropriate entry in
amProfile.properties.
public AMPreCallBackException(SSOToken token,
java.lang.String errorCode)
AMPreCallBackException with detailed
message.
token - A valid SSO token of the user performing the operationerrorCode - Matches the appropriate entry in
amProfile.properties.
public AMPreCallBackException(java.lang.String msg,
java.lang.String errorCode,
com.iplanet.ums.UMSException ue)
AMPreCallBackException with detailed
message.
msg - The detailed messageerrorCode - Matches the appropriate entry in
amProfile.properties.ue - if the root cause is a UMSException.
public AMPreCallBackException(SSOToken token,
java.lang.String errorCode,
com.iplanet.ums.UMSException ue)
AMPreCallBackException with detailed
message.
token - a valid single sign on token of the user performing the
operation.errorCode - Matches the appropriate entry in
amProfile.properties.ue - if the root cause is a UMSException.
public AMPreCallBackException(java.lang.String msg,
java.lang.String errorCode,
java.lang.Object[] args)
AMPreCallBackException with detailed
message.
msg - The detailed message.errorCode - Matches the appropriate entry in
amProfile.properties.args - if the error message needs specific values to be set.
public AMPreCallBackException(java.lang.String msg,
java.lang.String errorCode,
java.lang.Object[] args,
com.iplanet.ums.UMSException ue)
AMPreCallBackException with detailed
message.
msg - The detailed messageerrorCode - Matches the appropriate entry in
amProfile.properties.args - if the error message needs specific values to be set.ue - if the root cause is a UMSException.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||