Package com.caucho.services.name
Class NameServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.caucho.services.name.NameServiceException
-
- All Implemented Interfaces:
Serializable
public class NameServiceException extends IOException
Exception for faults when the fault doesn't return a java exception. This exception is required for MicroHessianInput.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetRootCause()Returns the underlying cause.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NameServiceException
public NameServiceException()
Zero-arg constructor.
-
NameServiceException
public NameServiceException(String name)
Create the exception.
-
NameServiceException
public NameServiceException(String name, Throwable rootCause)
Create the exception.
-
NameServiceException
public NameServiceException(Throwable rootCause)
Create the exception.
-
-
Method Detail
-
getRootCause
public Throwable getRootCause()
Returns the underlying cause.
-
-