org.apache.clerezza.jaxrs.extensions
Class ResourceMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResourceMethodException
public ResourceMethodException(Throwable thr)
- Parameters:
thr: - the cause of this exception
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.