uk.org.ury.server.exceptions
Class HandleFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.org.ury.server.exceptions.HandlingException
              extended by uk.org.ury.server.exceptions.HandleFailureException
All Implemented Interfaces:
java.io.Serializable

public class HandleFailureException
extends HandlingException

Generic exception thrown when a server request handler fails to handle a request.

Author:
Matt Windsor
See Also:
Serialized Form

Constructor Summary
HandleFailureException()
          Construct a new HandleFailureException with a default reason.
HandleFailureException(java.lang.String reason)
          Construct a new HandleFailureException.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HandleFailureException

public HandleFailureException()
Construct a new HandleFailureException with a default reason.


HandleFailureException

public HandleFailureException(java.lang.String reason)
Construct a new HandleFailureException.

Parameters:
reason - The explanation for the exception.