edu.harvard.cfa.vo.tapclient.util
Class ResponseFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by edu.harvard.cfa.vo.tapclient.util.ResponseFormatException
All Implemented Interfaces:
java.io.Serializable

public class ResponseFormatException
extends java.io.IOException

An exception used to indicate an unexpected format for a service response.

See Also:
Serialized Form

Constructor Summary
ResponseFormatException()
           
ResponseFormatException(java.lang.String message)
           
ResponseFormatException(java.lang.String message, java.lang.Throwable cause)
           
ResponseFormatException(java.lang.Throwable cause)
           
 
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

ResponseFormatException

public ResponseFormatException()

ResponseFormatException

public ResponseFormatException(java.lang.String message)

ResponseFormatException

public ResponseFormatException(java.lang.String message,
                               java.lang.Throwable cause)

ResponseFormatException

public ResponseFormatException(java.lang.Throwable cause)