Package org.apache.storm.topology
Class FailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.storm.topology.FailedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ReportedFailedException
- See Also:
-
Constructor Summary
ConstructorDescriptionFailedException
(String msg) FailedException
(String msg, Throwable cause) FailedException
(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
-
FailedException
public FailedException() -
FailedException
-
FailedException
-
FailedException
-