Class RoleRelationshipUpdateException

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

public class RoleRelationshipUpdateException extends RoleManagerException
The RoleRelationshipUpdateException class is used to construct failure messages during the relationship update operation between two Roles.
See Also:
  • Constructor Details

    • RoleRelationshipUpdateException

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

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

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

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