Package org.teiid.common.buffer.impl
Class OutOfDiskException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.teiid.common.buffer.impl.OutOfDiskException
-
- All Implemented Interfaces:
Serializable
public class OutOfDiskException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutOfDiskException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OutOfDiskException
public OutOfDiskException(String message)
-
-