Class SearchKeyNotUniqueException

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

public class SearchKeyNotUniqueException extends RoleManagerException
Thrown if the search is performed with a criteria that doesnt yields a unique result.
See Also:
  • Constructor Details

    • SearchKeyNotUniqueException

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

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

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

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