@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2023-05-27T12:20:57+0800") public class ManagedDMRContentLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements org.jboss.logging.BasicLogger, Serializable
Modifier and Type | Field and Description |
---|---|
static org.jboss.as.management.client.content.ManagedDMRContentLogger |
ROOT_LOGGER
A logger with the category of the package.
|
Constructor and Description |
---|
ManagedDMRContentLogger_$logger(org.jboss.logging.Logger log) |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
illegalChildClass(Class<? extends Resource> clazz)
Creates a runtime exception indicating an attempt was made to register a resource whose implementation is
not the correct class.
|
protected String |
illegalChildClass$str() |
IllegalArgumentException |
illegalChildType(String type,
String legalType)
Creates a runtime exception indicating the type element of resource being registered is incorrect.
|
protected String |
illegalChildType$str() |
OperationFailedException |
invalidHash(String expectedHash,
PathAddress address,
String currentHash)
Creates an exception indicating the expected content hash provided by the caller does not match the current value.
|
protected String |
invalidHash$str() |
IllegalStateException |
messageDigestAlgorithmNotAvailable(NoSuchAlgorithmException cause)
Creates a runtime exception indicating the SHA-1 message digest algorithm is not available.
|
protected String |
messageDigestAlgorithmNotAvailable$str() |
IllegalStateException |
noContentFoundWithHash(String hash)
Creates a runtime exception indicating no content could be found using the given hash
|
protected String |
noContentFoundWithHash$str() |
IllegalStateException |
nullParent()
Creates a runtime exception indicating a ManagedDMRContentResource did not have a parent resource
|
protected String |
nullParent$str() |
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
public static final org.jboss.as.management.client.content.ManagedDMRContentLogger ROOT_LOGGER
public ManagedDMRContentLogger_$logger(org.jboss.logging.Logger log)
protected String invalidHash$str()
public final OperationFailedException invalidHash(String expectedHash, PathAddress address, String currentHash)
expectedHash
- the expected hash of the contentaddress
- the address of the contentcurrentHash
- the current hash of the contentOperationFailedException
for the error.protected String messageDigestAlgorithmNotAvailable$str()
public final IllegalStateException messageDigestAlgorithmNotAvailable(NoSuchAlgorithmException cause)
cause
- the cause.IllegalStateException
for the error.protected String illegalChildType$str()
public final IllegalArgumentException illegalChildType(String type, String legalType)
type
- the provided type.legalType
- the valid typeIllegalArgumentException
for the error.protected String illegalChildClass$str()
public final IllegalArgumentException illegalChildClass(Class<? extends Resource> clazz)
clazz
- the class of the resource that cannot be registeredIllegalArgumentException
for the error.protected String noContentFoundWithHash$str()
public final IllegalStateException noContentFoundWithHash(String hash)
hash
- the hash of the contentIllegalStateException
for the error.protected String nullParent$str()
public final IllegalStateException nullParent()
IllegalStateException
for the error.Copyright © 2023 JBoss by Red Hat. All rights reserved.