org.apache.hadoop.ha
Class HealthCheckFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.ha.HealthCheckFailedException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class HealthCheckFailedException
extends IOException

Exception thrown to indicate that health check of a service failed.

See Also:
Serialized Form

Constructor Summary
HealthCheckFailedException(String message)
           
HealthCheckFailedException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HealthCheckFailedException

public HealthCheckFailedException(String message)

HealthCheckFailedException

public HealthCheckFailedException(String message,
                                  Throwable cause)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.