Package io.openraven.magpie.core.fifos
Class FifoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.openraven.magpie.core.fifos.FifoException
-
- All Implemented Interfaces:
Serializable
public class FifoException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FifoException()FifoException(String message)FifoException(String message, Throwable cause)FifoException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)FifoException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-