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 SummaryConstructorsConstructorDescriptionFailedException(String msg) FailedException(String msg, Throwable cause) FailedException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FailedExceptionpublic FailedException()
- 
FailedException
- 
FailedException
- 
FailedException
 
-