public abstract class CopycatException extends RuntimeException
This is the base exception type for all Copycat protocol exceptions. Protocol exceptions must be
associated with a CopycatError.Type which is used for more efficient serialization.
| Modifier and Type | Method and Description |
|---|---|
CopycatError.Type |
getType()
Returns the exception type.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CopycatError.Type getType()
Copyright © 2013–2016. All rights reserved.