Class RoleSearchException

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

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

    • RoleSearchException

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

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

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

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