public class NameServiceException
extends java.io.IOException
Constructor and Description |
---|
NameServiceException()
Zero-arg constructor.
|
NameServiceException(java.lang.String name)
Create the exception.
|
NameServiceException(java.lang.String name,
java.lang.Throwable rootCause)
Create the exception.
|
NameServiceException(java.lang.Throwable rootCause)
Create the exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getRootCause()
Returns the underlying cause.
|
public NameServiceException()
public NameServiceException(java.lang.String name)
public NameServiceException(java.lang.String name, java.lang.Throwable rootCause)
public NameServiceException(java.lang.Throwable rootCause)