Class UnhandledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.exoplatform.services.rest.impl.UnhandledException
- All Implemented Interfaces:
Serializable
Should not be used by custom services. They have to use
WebApplicationException instead. UnhandledException is
used to propagate exception than can't be handled by this framework to top
container (e.g. Servlet Container)- Version:
- $Id: $
- Author:
- Andrey Parfonov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnhandledException(String s, Throwable throwable) UnhandledException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnhandledException
- Parameters:
s- messagethrowable- cause
-
UnhandledException
- Parameters:
throwable- cause
-