org.teiid.common.buffer
Class BlockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.teiid.core.TeiidException
              extended by org.teiid.core.TeiidComponentException
                  extended by org.teiid.common.buffer.BlockedException
All Implemented Interfaces:
java.io.Serializable

public class BlockedException
extends TeiidComponentException

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.

See Also:
Serialized Form

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

INSTANCE

public static final BlockedException INSTANCE
Constructor Detail

BlockedException

public BlockedException()
No-arg costructor required by Externalizable semantics



Copyright © 2010. All Rights Reserved.