Package org.zalando.fahrschein
Class EventProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.zalando.fahrschein.EventProcessingException
-
- All Implemented Interfaces:
java.io.Serializable
public class EventProcessingException extends java.io.IOException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventProcessingException(java.lang.String message)EventProcessingException(java.lang.String message, java.lang.Throwable cause)EventProcessingException(java.lang.Throwable cause)
-