Class RoleAlreadyExistsException

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

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

    • RoleAlreadyExistsException

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

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

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

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