Package org.apache.hadoop.ha
Class ServiceFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.ha.ServiceFailedException
- All Implemented Interfaces:
Serializable
Exception thrown to indicate that an operation performed
to modify the state of a service or application failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceFailedException(String message) ServiceFailedException(String message, 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
-
ServiceFailedException
-
ServiceFailedException
-