Interface ElytronMessages

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

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

  • Method Details

    • unableToResolveMechanismConfiguration

      @LogMessage(level=WARN) @Message(id=1157, value="Unable to resolve MechanismConfiguration for MechanismInformation") void unableToResolveMechanismConfiguration(@Cause Throwable e)
    • mechMessageAfterComplete

      @Message(id=5001, value="Authentication mechanism exchange received a message after authentication was already complete") AuthenticationMechanismException mechMessageAfterComplete()
    • mechAuthenticationNotComplete

      @Message(id=5005, value="Authentication mechanism authentication is not yet complete") IllegalStateException mechAuthenticationNotComplete()
    • mechSelectorUnexpectedChar

      @Message(id=5015, value="Unexpected character U+%04x at offset %d of mechanism selection string \"%s\"") IllegalArgumentException mechSelectorUnexpectedChar(int codePoint, long offset, String string)
    • mechSelectorTokenNotAllowed

      @Message(id=5017, value="Token \"%s\" not allowed at offset %d of mechanism selection string \"%s\"") IllegalArgumentException mechSelectorTokenNotAllowed(String token, long offset, String string)
    • mechSelectorUnexpectedEnd

      @Message(id=5020, value="Unexpected end of mechanism selection string \"%s\"") IllegalArgumentException mechSelectorUnexpectedEnd(String string)
    • mechAuthenticationFailed

      @Message(id=5058, value="Authentication failed") AuthenticationMechanismException mechAuthenticationFailed()
    • wrappingNotConfigured

      @Message(id=5090, value="Wrapping is not configured") IllegalStateException wrappingNotConfigured()
    • invalidNonAsciiSpace

      @Message(id=5130, value="Invalid non-ASCII space \"0x%X\"") IllegalArgumentException invalidNonAsciiSpace(int input)
    • mechCallbackHandlerFailedForUnknownReason

      @Message(id=5053, value="Callback handler failed for unknown reason") AuthenticationMechanismException mechCallbackHandlerFailedForUnknownReason(@Cause Throwable cause)
    • invalidAsciiControl

      @Message(id=5131, value="Invalid ASCII control \"0x%X\"") IllegalArgumentException invalidAsciiControl(int input)
    • invalidNonAsciiControl

      @Message(id=5132, value="Invalid non-ASCII control \"0x%X\"") IllegalArgumentException invalidNonAsciiControl(int input)
    • invalidPrivateUseCharacter

      @Message(id=5133, value="Invalid private use character \"0x%X\"") IllegalArgumentException invalidPrivateUseCharacter(int input)
    • invalidNonCharacterCodePoint

      @Message(id=5134, value="Invalid non-character code point \"0x%X\"") IllegalArgumentException invalidNonCharacterCodePoint(int input)
    • invalidSurrogateCodePoint

      @Message(id=5135, value="Invalid surrogate code point \"0x%X\"") IllegalArgumentException invalidSurrogateCodePoint(int input)
    • invalidPlainTextCodePoint

      @Message(id=5136, value="Invalid plain text code point \"0x%X\"") IllegalArgumentException invalidPlainTextCodePoint(int input)
    • invalidNonCanonicalCodePoint

      @Message(id=5137, value="Invalid non-canonical code point \"0x%X\"") IllegalArgumentException invalidNonCanonicalCodePoint(int input)
    • invalidControlCharacter

      @Message(id=5138, value="Invalid control character \"0x%X\"") IllegalArgumentException invalidControlCharacter(int input)
    • invalidTaggingCharacter

      @Message(id=5139, value="Invalid tagging character \"0x%X\"") IllegalArgumentException invalidTaggingCharacter(int input)
    • unassignedCodePoint

      @Message(id=5140, value="Unassigned code point \"0x%X\"") IllegalArgumentException unassignedCodePoint(int input)
    • invalidSurrogatePairHightAtEnd

      @Message(id=5141, value="Invalid surrogate pair (high at end of string) \"0x%X\"") IllegalArgumentException invalidSurrogatePairHightAtEnd(char input)
    • invalidSurrogatePairSecondIsNotLow

      @Message(id=5142, value="Invalid surrogate pair (second is not low) \"0x%X 0x%X\"") IllegalArgumentException invalidSurrogatePairSecondIsNotLow(char high, char low)
    • invalidSurrogatePairLowWithoutHigh

      @Message(id=5143, value="Invalid surrogate pair (low without high) \"0x%X\"") IllegalArgumentException invalidSurrogatePairLowWithoutHigh(char low)
    • invalidCodePoint

      @Message(id=5144, value="Invalid code point \"0x%X\"") IllegalArgumentException invalidCodePoint(int input)
    • disallowedRalDirectionalityInL

      @Message(id=5145, value="Disallowed R/AL directionality character in L string") IllegalArgumentException disallowedRalDirectionalityInL()
    • disallowedLDirectionalityInRal

      @Message(id=5146, value="Disallowed L directionality character in R/AL string") IllegalArgumentException disallowedLDirectionalityInRal()
    • missingTrailingRal

      @Message(id=5147, value="Missing trailing R/AL directionality character") IllegalArgumentException missingTrailingRal()
    • invalidEscapeSequence

      @Message(id=5148, value="Invalid escape sequence") IllegalArgumentException invalidEscapeSequence()
    • mechServerTimedOut

      @Message(id=5163, value="Authentication mechanism server timed out") AuthenticationMechanismException mechServerTimedOut()