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
public class EmitFailedException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmitFailedException()EmitFailedException(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 Detail
-
EmitFailedException
public EmitFailedException(String message)
-
EmitFailedException
public EmitFailedException(Throwable cause)
-
EmitFailedException
public EmitFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
EmitFailedException
public EmitFailedException()
-
-