Class StreamSqlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.yamcs.yarch.streamsql.StreamSqlException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ColumnNotFoundException, GenericStreamSqlException, NotSupportedException, ResourceNotFoundException

public class StreamSqlException extends Exception
Exception thrown for errors in sql queries.

For errors related to the storage engine, the YarchException shall be used.

See Also: