Class InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.exoplatform.services.rest.impl.InternalException
- All Implemented Interfaces:
Serializable
Should not be used by custom services. They have to use
WebApplicationException instead. This Exception is
used as wrapper for exception that may occur during request processing.- Version:
- $Id: $
- Author:
- Andrey Parfonov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInternalException(String s, Throwable throwable) InternalException(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
-
InternalException
- Parameters:
s- messagethrowable- cause
-
InternalException
- Parameters:
throwable- cause
-