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
Exception for faults when the fault doesn't return a java exception.
This exception is required for MicroHessianInput.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZero-arg constructor.NameServiceException
(String name) Create the exception.NameServiceException
(String name, Throwable rootCause) Create the exception.NameServiceException
(Throwable rootCause) Create the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NameServiceException
public NameServiceException()Zero-arg constructor. -
NameServiceException
Create the exception. -
NameServiceException
Create the exception. -
NameServiceException
Create the exception.
-
-
Method Details
-
getRootCause
Returns the underlying cause.
-