Interface ElytronMessages
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
@ValidIdRanges(@ValidIdRange(min=1043,max=1052)) @MessageLogger(projectCode="ELY", length=5) public interface ElytronMessages extends org.jboss.logging.BasicLoggerLog messages and exceptions for Elytron.- Author:
- David M. Lloyd, Darran Lofthouse
-
-
Field Summary
Fields Modifier and Type Field Description static ElytronMessageslog
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RealmUnavailableExceptioncouldNotExecuteQuery(String sql, Throwable cause)RuntimeExceptioncouldNotObtainPasswordFactoryForAlgorithm(String algorithm, Throwable cause)RealmUnavailableExceptioncouldNotOpenConnection(Throwable cause)RuntimeExceptioninvalidPasswordKeySpecificationForAlgorithm(String algorithm, Throwable cause)RealmUnavailableExceptionunexpectedErrorWhenProcessingAuthenticationQuery(String sql, Throwable cause)-
Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
-
-
-
-
Field Detail
-
log
static final ElytronMessages log
-
-
Method Detail
-
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)
-
-