Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends IdpAdapterManagerException
An IdpAdapterManagerException capturing the scenario where an IdP Adapter with a given name does not exist in the system
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(String message, Throwable cause)
    • NotFoundException

      public NotFoundException(Throwable cause)
    • NotFoundException

      protected NotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)