ccc.web.exceptions
Class RequestFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ccc.web.exceptions.WebException
                  extended by ccc.web.exceptions.RequestFailedException
All Implemented Interfaces:
java.io.Serializable

public class RequestFailedException
extends WebException

An exception indicating an error during the processing of a request.

Author:
Civic Computing Ltd.
See Also:
Serialized Form

Constructor Summary
RequestFailedException(java.lang.Throwable cause)
          Constructor.
 
Method Summary
 java.util.UUID getId()
          Accessor.
 java.lang.String getMessage()
          
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

RequestFailedException

public RequestFailedException(java.lang.Throwable cause)
Constructor.

Parameters:
cause - The original cause of the exception.
Method Detail

getId

public java.util.UUID getId()
Accessor.

Returns:
The unique ID for this exception.

getMessage

public java.lang.String getMessage()

Overrides:
getMessage in class java.lang.Throwable


Copyright © 2010. All Rights Reserved.