@InterfaceAudience.Public @InterfaceStability.Stable public class MasterNotRunningException extends IOException
Constructor and Description |
---|
MasterNotRunningException()
default constructor
|
MasterNotRunningException(Exception e)
Constructor taking another exception.
|
MasterNotRunningException(String s)
Constructor
|
MasterNotRunningException(String s,
Exception e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MasterNotRunningException()
public MasterNotRunningException(String s)
s
- messagepublic MasterNotRunningException(Exception e)
e
- Exception to grab data from.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.