@Deprecated public class EventStoreClientException extends RuntimeException
Constructor and Description |
---|
EventStoreClientException(String code,
String message)
Deprecated.
|
EventStoreClientException(String code,
String message,
Throwable cause)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Deprecated.
Returns the error
code of this exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EventStoreClientException(String code, String message)
code
- the exception code to include in the exceptionmessage
- the exception message to include in the exceptionpublic String getCode()
code
of this exception.code
of this exceptionCopyright © 2010–2022. All rights reserved.