Class RoleGrantUpdateException

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

public class RoleGrantUpdateException extends RoleManagerException
The RoleGrantUpdateException class is used to construct failure messages during the update operation of Role grant.
See Also:
  • Constructor Details

    • RoleGrantUpdateException

      public RoleGrantUpdateException()
      Constructs a new super exception with null as its detail message.
    • RoleGrantUpdateException

      public RoleGrantUpdateException(String message)
      Constructs a new super exception with the specified detail message.
      Parameters:
      message - the detail message
    • RoleGrantUpdateException

      public RoleGrantUpdateException(String message, Throwable cause)
      Constructs a new super exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • RoleGrantUpdateException

      public RoleGrantUpdateException(Throwable cause)
      Constructs a new super exception with the specified cause.
      Parameters:
      cause - the cause