Class NameServiceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NameServiceException
    extends java.io.IOException
    Exception for faults when the fault doesn't return a java exception. This exception is required for MicroHessianInput.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getRootCause()
      Returns the underlying cause.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • NameServiceException

        public NameServiceException()
        Zero-arg constructor.
      • NameServiceException

        public NameServiceException​(java.lang.String name)
        Create the exception.
      • NameServiceException

        public NameServiceException​(java.lang.String name,
                                    java.lang.Throwable rootCause)
        Create the exception.
      • NameServiceException

        public NameServiceException​(java.lang.Throwable rootCause)
        Create the exception.
    • Method Detail

      • getRootCause

        public java.lang.Throwable getRootCause()
        Returns the underlying cause.