Class NoSuchCredentialException

All Implemented Interfaces:
Serializable

public class NoSuchCredentialException extends NotFoundException
An exception thrown when the request credential type is not found.
See Also:
  • Constructor Details

    • NoSuchCredentialException

      @FormatMethod public NoSuchCredentialException(@FormatString String message, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
      args - the arguments to the message.