public abstract class EventstormSqlException extends RuntimeException
| Constructor and Description |
|---|
EventstormSqlException(EventstormSqlExceptionType type,
com.google.common.collect.ImmutableMap<String,Object> values) |
EventstormSqlException(EventstormSqlExceptionType type,
com.google.common.collect.ImmutableMap<String,Object> values,
Throwable cause) |
EventstormSqlException(String message)
Deprecated.
|
EventstormSqlException(String message,
Throwable cause)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EventstormSqlExceptionType |
getType() |
com.google.common.collect.ImmutableMap<String,Object> |
getValues() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EventstormSqlException(EventstormSqlExceptionType type, com.google.common.collect.ImmutableMap<String,Object> values)
public EventstormSqlException(EventstormSqlExceptionType type, com.google.common.collect.ImmutableMap<String,Object> values, Throwable cause)
@Deprecated public EventstormSqlException(String message)
@Deprecated public EventstormSqlException(String message, Throwable cause)
public EventstormSqlExceptionType getType()
Copyright © 2019. All rights reserved.