Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends IdentityStoreException
An IdentityStoreException that should be thrown when an Identity Store Provisioner operation cannot be completed because the resource cannot being found.
Since:
7.1
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message)
      Constructs a NotFoundException with the specified detail message.
    • NotFoundException

      public NotFoundException(List<String> messages)
      Constructs a NotFoundException with the specified detail messages.
    • NotFoundException

      public NotFoundException(Throwable cause)
      Constructs a NotFoundException with the specified cause.
    • NotFoundException

      public NotFoundException(String message, Throwable cause)
      Constructs a NotFoundException with the specified detail message and cause.
    • NotFoundException

      public NotFoundException(List<String> messages, Throwable cause)
      Constructs a NotFoundException with the specified detail messages and cause.