|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.caucho.services.name.NameServiceException
Exception for faults when the fault doesn't return a java exception. This exception is required for MicroHessianInput.
Constructor Summary | |
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. |
Method Summary | |
java.lang.Throwable |
getRootCause()
Returns the underlying cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NameServiceException()
public NameServiceException(java.lang.String name)
public NameServiceException(java.lang.String name, java.lang.Throwable rootCause)
public NameServiceException(java.lang.Throwable rootCause)
Method Detail |
public java.lang.Throwable getRootCause()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |