issrg.utils.webdav
Class HTTPMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by issrg.utils.webdav.HTTPMessageException
All Implemented Interfaces:
java.io.Serializable

public class HTTPMessageException
extends java.lang.Exception

Exception class used to catch various other exceptions in the webdav package.

Version:
19/03/2007
Author:
Sean Antony
See Also:
Serialized Form

Constructor Summary
HTTPMessageException(java.lang.String errorMessage)
           
 
Method Summary
 java.lang.String getErrorMessage()
           
 
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

HTTPMessageException

public HTTPMessageException(java.lang.String errorMessage)
Method Detail

getErrorMessage

public java.lang.String getErrorMessage()