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, toStringpublic NameServiceException()
public NameServiceException(String name)
public NameServiceException(String name, Throwable rootCause)
public NameServiceException(Throwable rootCause)
public Throwable getRootCause()
Copyright © 2017 Caucho Technology, Inc. All rights reserved.