Interface ElytronMessages

All Superinterfaces:
BasicLogger
All Known Implementing Classes:
ElytronMessages_$logger

@MessageLogger(projectCode="ELY", length=3) @ValidIdRanges(@ValidIdRange(min=40000,max=40999)) public interface ElytronMessages extends BasicLogger
Log messages and exceptions for Elytron.
Author:
David M. Lloyd, Darran Lofthouse
  • Field Details

  • Method Details

    • openSshParseError

      @Message(id=40000, value="Malformed OpenSSH Private Key: %s") IllegalArgumentException openSshParseError(String e)
    • openSshGeneratingError

      @Message(id=40001, value="Unable to Generate Key: %s") IllegalArgumentException openSshGeneratingError(String e)
    • malformedSshPemContent

      @Message(id=40002, value="Malformed PEM content when parsing SSH at offset %d") IllegalArgumentException malformedSshPemContent(long offset)