Class RoleRelationshipException

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

public class RoleRelationshipException extends RoleManagerException
The RoleRelationshipException class is used to construct failure messages during direct relationship assignment operation between Roles.
See Also:
  • Constructor Details

    • RoleRelationshipException

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

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

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

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