Class RecursiveProxyException

All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable, OIMGenericExceptionIntf

public class RecursiveProxyException extends UserManagerException
Thrown if there a recursive proxy being assgined to a user.
See Also:
  • Constructor Details

    • RecursiveProxyException

      public RecursiveProxyException(String message, String errorCode)
      Constructs a RecursiveProxyException with the specified detail message and error code.
      Parameters:
      message - the detail message
      errorCode - Error Code
    • RecursiveProxyException

      public RecursiveProxyException(String message, Throwable cause, String errorCode)
      Constructs a RecursiveProxyException with the specified detail message, cause and error code.
      Parameters:
      message - the detail message
      cause - the cause
      errorCode - Error Code
    • RecursiveProxyException

      public RecursiveProxyException(Throwable cause, String errorCode)
      Constructs a RecursiveProxyException with the specified cause and error code.
      Parameters:
      cause - the cause
      errorCode - Error Code