public class BlockedException extends TeiidComponentException
| Modifier and Type | Field and Description |
|---|---|
static BlockedException |
BLOCKED_ON_MEMORY_EXCEPTION |
static BlockedException |
INSTANCE |
code| Constructor and Description |
|---|
BlockedException()
No-arg costructor required by Externalizable semantics
|
| Modifier and Type | Method and Description |
|---|---|
static BlockedException |
block(Object... msg) |
static BlockedException |
blockWithTrace(Object... msg) |
getCode, getMessage, getOriginalType, setCode, setOriginalTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final BlockedException INSTANCE
public static final BlockedException BLOCKED_ON_MEMORY_EXCEPTION
public BlockedException()
public static BlockedException block(Object... msg)
public static BlockedException blockWithTrace(Object... msg)
Copyright © 2018 JBoss by Red Hat. All rights reserved.