org.japtproxy.exception
Class HandlingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.japtproxy.exception.HandlingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidRequestException, ResourceUnavailableException, UnknownBackendException

public class HandlingException
extends java.lang.Exception

Exception that is thrown on invalid requests.

Version:
$LastChangedRevision:79 $
Author:
Oliver J. Siegmar
See Also:
Serialized Form

Constructor Summary
HandlingException(java.lang.String message)
          Constructor for HandlingException.
HandlingException(java.lang.String message, java.lang.Throwable cause)
          Constructor for HandlingException.
HandlingException(java.lang.Throwable cause)
          Constructor for HandlingException.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HandlingException

public HandlingException(java.lang.String message)
Constructor for HandlingException.

Parameters:
message - the detail message.

HandlingException

public HandlingException(java.lang.Throwable cause)
Constructor for HandlingException.

Parameters:
cause - the root cause.

HandlingException

public HandlingException(java.lang.String message,
                         java.lang.Throwable cause)
Constructor for HandlingException.

Parameters:
message - the detail message.
cause - the root cause.


Copyright © 2006-2008. All Rights Reserved.