Package org.apache.camel
Class StreamCacheException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.camel.RuntimeCamelException
-
- org.apache.camel.TypeConversionException
-
- org.apache.camel.StreamCacheException
-
- All Implemented Interfaces:
Serializable
public class StreamCacheException extends TypeConversionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamCacheException(Object value, Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.camel.TypeConversionException
createMessage, getFromType, getToType, getValue
-
Methods inherited from class org.apache.camel.RuntimeCamelException
wrapRuntimeCamelException, wrapRuntimeException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-