com.iplanet.am.sdk
Class AMPostCallBackException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.iplanet.am.sdk.AMException
              extended bycom.iplanet.am.sdk.AMPostCallBackException
All Implemented Interfaces:
com.sun.identity.common.L10NMessage, java.io.Serializable

Deprecated. As of Sun Java System Access Manager 7.1.

public class AMPostCallBackException
extends AMException

AMPostCallBackException is a subclass of AMException which is used by all implementations of AMCallback. This exception should be thrown by the callback plugins in the post callback methods called by SDK. This helps distinguish a post-callback exception from normal SDK exceptions and can be handled differently by any applications using the SDK, if they wish to.

See Also:
Serialized Form

Constructor Summary
AMPostCallBackException(SSOToken token, java.lang.String errorCode)
          Deprecated. Constructs a new AMPostCallBackException with detailed message.
AMPostCallBackException(SSOToken token, java.lang.String errorCode, com.iplanet.ums.UMSException ue)
          Deprecated. Constructs a new AMPostCallBackException with detailed message.
AMPostCallBackException(java.lang.String msg, java.lang.String errorCode)
          Deprecated. Constructs a new AMPostCallBackException with detailed message.
AMPostCallBackException(java.lang.String msg, java.lang.String errorCode, java.lang.Object[] args)
          Deprecated. Constructs a new AMPostCallBackException with detailed message.
AMPostCallBackException(java.lang.String msg, java.lang.String errorCode, java.lang.Object[] args, com.iplanet.ums.UMSException ue)
          Deprecated. Constructs a new AMPostCallBackException with detailed message.
AMPostCallBackException(java.lang.String msg, java.lang.String errorCode, com.iplanet.ums.UMSException ue)
          Deprecated. Constructs a new AMPostCallBackException with detailed message.
 
Methods inherited from class com.iplanet.am.sdk.AMException
getErrorCode, getL10NMessage, getLDAPErrorCode, getLDAPException, getMessage, getMessageArgs, getResourceBundleName
 
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

AMPostCallBackException

public AMPostCallBackException(java.lang.String msg,
                               java.lang.String errorCode)
Deprecated. 
Constructs a new AMPostCallBackException with detailed message.

Parameters:
msg - The detailed message.
errorCode - Matches the appropriate entry in amProfile.properties.

AMPostCallBackException

public AMPostCallBackException(SSOToken token,
                               java.lang.String errorCode)
Deprecated. 
Constructs a new AMPostCallBackException with detailed message.

Parameters:
token - A valid single sign on token of the user performing the operation.
errorCode - error code.

AMPostCallBackException

public AMPostCallBackException(java.lang.String msg,
                               java.lang.String errorCode,
                               com.iplanet.ums.UMSException ue)
Deprecated. 
Constructs a new AMPostCallBackException with detailed message.

Parameters:
msg - The detailed message.
errorCode - Matches the appropriate entry in amProfile.properties.
ue - if the root case is a UMSException

AMPostCallBackException

public AMPostCallBackException(SSOToken token,
                               java.lang.String errorCode,
                               com.iplanet.ums.UMSException ue)
Deprecated. 
Constructs a new AMPostCallBackException with detailed message.

Parameters:
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 case is a UMSException

AMPostCallBackException

public AMPostCallBackException(java.lang.String msg,
                               java.lang.String errorCode,
                               java.lang.Object[] args)
Deprecated. 
Constructs a new AMPostCallBackException with detailed message.

Parameters:
msg - The detailed message.
errorCode - Matches the appropriate entry in amProfile.properties.
args - if the error message needs specific values to be set

AMPostCallBackException

public AMPostCallBackException(java.lang.String msg,
                               java.lang.String errorCode,
                               java.lang.Object[] args,
                               com.iplanet.ums.UMSException ue)
Deprecated. 
Constructs a new AMPostCallBackException with detailed message.

Parameters:
msg - The detailed message.
errorCode - Matches the appropriate entry in amProfile.properties.
args - if the error message needs specific values to be set
ue - if the root case is a UMSException


Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.