public class CacheNotFoundException extends RequestParsingException
| Constructor and Description |
|---|
CacheNotFoundException(String msg,
byte version,
long messageId) |
| Modifier and Type | Method and Description |
|---|---|
long |
messageId() |
byte |
version() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CacheNotFoundException(String msg, byte version, long messageId)
public byte version()
version in class RequestParsingExceptionpublic long messageId()
messageId in class RequestParsingExceptionCopyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.