edu.ufl.osg.httppoll
Class HTTPPollConfigException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.ufl.osg.httppoll.HTTPPollConfigException
All Implemented Interfaces:
java.io.Serializable

public class HTTPPollConfigException
extends java.lang.Exception

Custom Exception indicating a problem in reading the XML configuration file.

See Also:
Serialized Form

Constructor Summary
HTTPPollConfigException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTTPPollConfigException

public HTTPPollConfigException(java.lang.String message)