Package com.streambase.sb
Class BufferTooSmallException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- com.streambase.sb.StreamBaseRuntimeException
 - 
- com.streambase.sb.BufferTooSmallException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class BufferTooSmallException extends StreamBaseRuntimeException
An exception that is thrown when a string field in a tuple is set with a value that is too large.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BufferTooSmallException(String a_message)BufferTooSmallException(String a_message, Throwable a_cause)BufferTooSmallException(Throwable a_cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -