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:
  • Constructor Details

    • 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 Details

    • getRootCause

      public Throwable getRootCause()
      Returns the underlying cause.