Package io.openraven.magpie.api
Class EmitFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.openraven.magpie.api.EmitFailedException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmitFailedException(String message) EmitFailedException(String message, Throwable cause) EmitFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) EmitFailedException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmitFailedException
-
EmitFailedException
-
EmitFailedException
-
EmitFailedException
-
EmitFailedException
public EmitFailedException()
-