@InterfaceAudience.Public public class FailedCloseWALAfterInitializedErrorException extends IOException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
FailedCloseWALAfterInitializedErrorException()
default constructor
|
FailedCloseWALAfterInitializedErrorException(String msg)
constructor with error msg
|
FailedCloseWALAfterInitializedErrorException(String msg,
Throwable t)
constructor with error msg and throwable
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public FailedCloseWALAfterInitializedErrorException(String msg, Throwable t)
msg
- messaget
- throwablepublic FailedCloseWALAfterInitializedErrorException(String msg)
msg
- messagepublic FailedCloseWALAfterInitializedErrorException()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.