public class BurlapProtocolException extends IOException
Constructor and Description |
---|
BurlapProtocolException()
Zero-arg constructor.
|
BurlapProtocolException(String message)
Create the exception.
|
BurlapProtocolException(String message,
Throwable rootCause)
Create the exception.
|
BurlapProtocolException(Throwable rootCause)
Create the exception.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getRootCause()
Returns the underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BurlapProtocolException()
public BurlapProtocolException(String message)
public BurlapProtocolException(String message, Throwable rootCause)
public BurlapProtocolException(Throwable rootCause)
public Throwable getRootCause()
Copyright © 2023. All rights reserved.