public class NameServiceException extends IOException
Constructor and Description |
---|
NameServiceException()
Zero-arg constructor.
|
NameServiceException(String name)
Create the exception.
|
NameServiceException(String name,
Throwable rootCause)
Create the exception.
|
NameServiceException(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 NameServiceException()
public NameServiceException(String name)
public NameServiceException(String name, Throwable rootCause)
public NameServiceException(Throwable rootCause)
public Throwable getRootCause()
Copyright © 2023. All rights reserved.