|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.teiid.core.TeiidException
org.teiid.core.TeiidComponentException
org.teiid.common.buffer.BlockedException
public class BlockedException
This exception is thrown if the buffer manager blocks waiting on input during processing. This is an indication that more data will be available, but is not currently available.
| Field Summary | |
|---|---|
static BlockedException |
INSTANCE
|
| Fields inherited from class org.teiid.core.TeiidException |
|---|
code |
| Constructor Summary | |
|---|---|
BlockedException()
No-arg costructor required by Externalizable semantics |
|
| Method Summary |
|---|
| Methods inherited from class org.teiid.core.TeiidException |
|---|
getChild, getCode, getFullMessage, getMessage, getOriginalType, setCode, setOriginalType, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final BlockedException INSTANCE
| Constructor Detail |
|---|
public BlockedException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||