Package org.nuxeo.runtime
Class RuntimeServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.runtime.RuntimeServiceException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NonNullValueException
public class RuntimeServiceException extends RuntimeException
A generic exception thrown by the Nuxeo Runtime.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeServiceException()
RuntimeServiceException(String message)
RuntimeServiceException(String message, Throwable cause)
RuntimeServiceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-