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
public class FailedException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailedException()
FailedException(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
-
-