Class NoSuchGroupException

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

public class NoSuchGroupException extends UserManagerException
Thrown if the role(group) being assigned to the user does not exist or the details of the role cannot be fetched.
See Also:
  • Constructor Details

    • NoSuchGroupException

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

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

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