Class ProfileNotFoundException

All Implemented Interfaces:
Serializable

public class ProfileNotFoundException extends ResourceNotFoundException
See Also:
  • Field Details

    • profileId

      public String profileId
  • Constructor Details

    • ProfileNotFoundException

      public ProfileNotFoundException(String profileId)
    • ProfileNotFoundException

      public ProfileNotFoundException(String profileId, String message)
    • ProfileNotFoundException

      public ProfileNotFoundException(String profileId, String message, Throwable cause)
    • ProfileNotFoundException

      public ProfileNotFoundException(PKIException.Data data)
  • Method Details