Interface ElytronMessages

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

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

  • Method Details

    • invalidPasswordKeySpecificationForAlgorithm

      @Message(id=1043, value="Invalid password key specification for algorithm \"%s\"") RuntimeException invalidPasswordKeySpecificationForAlgorithm(String algorithm, @Cause Throwable cause)
    • couldNotObtainPasswordFactoryForAlgorithm

      @Message(id=1045, value="Could not obtain PasswordFactory for algorithm \"%s\"") RuntimeException couldNotObtainPasswordFactoryForAlgorithm(String algorithm, @Cause Throwable cause)
    • couldNotOpenConnection

      @Message(id=1049, value="Could not open connection") RealmUnavailableException couldNotOpenConnection(@Cause Throwable cause)
    • couldNotExecuteQuery

      @Message(id=1050, value="Could not execute query \"%s\"") RealmUnavailableException couldNotExecuteQuery(String sql, @Cause Throwable cause)
    • unexpectedErrorWhenProcessingAuthenticationQuery

      @Message(id=1052, value="Unexpected error when processing authentication query \"%s\"") RealmUnavailableException unexpectedErrorWhenProcessingAuthenticationQuery(String sql, @Cause Throwable cause)