Package org.jipijapa
Interface JipiLogger
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
JipiLogger_$logger
@MessageLogger(projectCode="JIPI")
public interface JipiLogger
extends org.jboss.logging.BasicLogger
JipiJapa integration layer message range is 20200-20299
- Author:
- James R. Perkins, Scott Marlow
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JipiLoggerA logger with the categoryorg.jboss.jpa. -
Method Summary
Modifier and TypeMethodDescriptionCreates an exception indicating the input stream reference cannot be changed.voidcannotLoadEntityClass(Throwable cause, String className) warn that the entity class could not be loaded with thePersistenceUnitInfo.getClassLoader().cannotOpenVFSStream(Throwable cause, String name) Could not open VFS streamvoidcannotUseSecondLevelCache(String scopedPuName) warn that the 2nd is not integratedemptyParameter(String parameterName) Creates an exception indicating the parameter, likely a collection, is empty.Creates an exception indicating the persistence unit metadata likely because thread local was not set.Creates an exception indicating the method is not yet implemented.Creates an exception indicating the variable isnull.uriSyntaxException(Throwable cause) URI format is incorrect, which results in a syntax errorMethods 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 Details
-
JPA_LOGGER
A logger with the categoryorg.jboss.jpa.
-
-
Method Details
-
cannotLoadEntityClass
@LogMessage(level=WARN) @Message(id=20200, value="Could not load entity class \'%s\', ignoring this error and continuing with application deployment") void cannotLoadEntityClass(@Cause Throwable cause, String className) warn that the entity class could not be loaded with thePersistenceUnitInfo.getClassLoader().- Parameters:
cause- the cause of the error.className- the entity class name.
-
cannotChangeInputStream
@Message(id=20201, value="Cannot change input stream reference.") IllegalArgumentException cannotChangeInputStream()Creates an exception indicating the input stream reference cannot be changed.- Returns:
- an
IllegalArgumentExceptionfor the error.
-
emptyParameter
@Message(id=20202, value="Parameter %s is empty") IllegalArgumentException emptyParameter(String parameterName) Creates an exception indicating the parameter, likely a collection, is empty.- Parameters:
parameterName- the parameter name.- Returns:
- an
IllegalArgumentExceptionfor the error.
-
missingPersistenceUnitMetadata
@Message(id=20203, value="Missing PersistenceUnitMetadata (thread local wasn\'t set)") RuntimeException missingPersistenceUnitMetadata()Creates an exception indicating the persistence unit metadata likely because thread local was not set.- Returns:
- a
RuntimeExceptionfor the error.
-
notYetImplemented
Creates an exception indicating the method is not yet implemented.- Returns:
- a
RuntimeExceptionfor the error.
-
nullVar
Creates an exception indicating the variable isnull.- Parameters:
varName- the variable name.- Returns:
- an
IllegalArgumentExceptionfor the error.
-
cannotOpenVFSStream
@Message(id=20250, value="Unable to open VirtualFile-based InputStream %s") RuntimeException cannotOpenVFSStream(@Cause Throwable cause, String name) Could not open VFS stream- Parameters:
cause- the cause of the error.name- of VFS file- Returns:
- a
RuntimeExceptionfor the error.
-
uriSyntaxException
@Message(id=20251, value="URI syntax error") IllegalArgumentException uriSyntaxException(@Cause Throwable cause) URI format is incorrect, which results in a syntax error- Returns:
- an
IllegalArgumentExceptionfor the error.
-
cannotUseSecondLevelCache
@LogMessage(level=WARN) @Message(id=20252, value="second level cache not integrated - %s") void cannotUseSecondLevelCache(String scopedPuName) warn that the 2nd is not integrated- Parameters:
scopedPuName- identifies the app specific persistence unit name
-