Class ResourceNotFoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CertNotFoundException, ConnectorNotFoundException, GroupNotFoundException, KeyNotFoundException, ProfileNotFoundException, RequestNotFoundException, UserNotFoundException

public class ResourceNotFoundException extends PKIException
See Also:
  • Constructor Details

    • ResourceNotFoundException

      public ResourceNotFoundException(String message)
    • ResourceNotFoundException

      public ResourceNotFoundException(String message, Throwable cause)
    • ResourceNotFoundException

      public ResourceNotFoundException(PKIException.Data data)
  • Method Details