Class 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 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.