org.apache.clerezza.jaxrs.extensions
Class ResourceMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.clerezza.jaxrs.extensions.ResourceMethodException
All Implemented Interfaces:
Serializable

public class ResourceMethodException
extends Exception

Wraps exception thrown by a resource method.

Author:
hasan
See Also:
Serialized Form

Constructor Summary
ResourceMethodException(Throwable thr)
           
 
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

ResourceMethodException

public ResourceMethodException(Throwable thr)
Parameters:
thr: - the cause of this exception


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.