Package io.datareplication.consumer
Class ConsumerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.datareplication.consumer.ConsumerException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ConsumerException.CollectedErrors
,FeedException
,HttpException
,PageFormatException
public abstract class ConsumerException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConsumerException.CollectedErrors
-
Constructor Summary
Constructors Modifier Constructor Description protected
ConsumerException(java.lang.String message)
protected
ConsumerException(java.lang.String message, java.lang.Throwable cause)
-