Class RoleDeleteException

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

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

    • RoleDeleteException

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

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

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

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