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
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class ServiceFailedException
- extends IOException
Exception thrown to indicate that an operation performed
to modify the state of a service or application failed.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServiceFailedException
public ServiceFailedException(String message)
ServiceFailedException
public ServiceFailedException(String message,
Throwable cause)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.