Class RoleCreateException

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

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

    • RoleCreateException

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

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

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

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