@MessageBundle(projectCode="JBAS")
public interface InfinispanEjbMessages
| Modifier and Type | Field and Description |
|---|---|
static InfinispanEjbMessages |
MESSAGES
The messages.
|
| Modifier and Type | Method and Description |
|---|---|
IllegalArgumentException |
deserializationFailure(Throwable cause,
Object key) |
RuntimeException |
lockAcquisitionInterruption(Throwable cause,
Object key) |
RuntimeException |
lockAcquisitionTimeout(Object key,
long timeout) |
IllegalArgumentException |
serializationFailure(Throwable cause,
Object key) |
static final InfinispanEjbMessages MESSAGES
@Message(id=10360,
value="Failed to serialize %s")
IllegalArgumentException serializationFailure(@Cause
Throwable cause,
Object key)
@Message(id=10361,
value="Failed to deserialize %s")
IllegalArgumentException deserializationFailure(@Cause
Throwable cause,
Object key)
@Message(id=10362,
value="Failed to acquire ownership of %s within %d ms")
RuntimeException lockAcquisitionTimeout(Object key,
long timeout)
@Message(id=10363,
value="Interrupted while acquiring ownership of %s")
RuntimeException lockAcquisitionInterruption(@Cause
Throwable cause,
Object key)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.