Class RoleModifyException

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

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

    • RoleModifyException

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

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

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

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