Package org.geotools.http
Class HTTPFactoryException
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- HTTPFactoryException
-
- All Implemented Interfaces:
Serializable
public class HTTPFactoryException extends RuntimeException
- Author:
- Roar Brænden
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HTTPFactoryException(String message, Hints hints, List<Class<? extends HTTPBehavior>> behaviors)
-
Method Summary
-
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HTTPFactoryException
public HTTPFactoryException(String message, Hints hints, List<Class<? extends HTTPBehavior>> behaviors)
-
-