WIDAR Classes

edu.nrao.widar.util
Class HttpLinkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.nrao.widar.util.HttpLinkException
All Implemented Interfaces:
java.io.Serializable

public class HttpLinkException
extends java.lang.Exception

Thrown when an exception occurs during an HttpLink communication.

Since:
1.5
Author:
KJRyan
See Also:
Serialized Form
Created:
2006.06.14
 

Constructor Summary
HttpLinkException(java.lang.String errMessage)
          Constructs an HttpLinkException with the specified detail message.
 
Method Summary
 
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

HttpLinkException

public HttpLinkException(java.lang.String errMessage)
Constructs an HttpLinkException with the specified detail message.

Parameters:
errMessage - details of what caused the exception.

NRAO/DRAO

National Radio Astronomy Observatory