Class NoSuchRoleException

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

public class NoSuchRoleException extends RoleManagerException
Thrown if the operation is being performed on an role that does not exist.
See Also:
  • Constructor Details

    • NoSuchRoleException

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

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

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

      public NoSuchRoleException(Throwable cause)
      Constructs a new super exception with the specified cause.
      Parameters:
      cause - the cause
  • Method Details