Class RuntimeServiceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NonNullValueException

public class RuntimeServiceException extends RuntimeException
A generic exception thrown by the Nuxeo Runtime.
See Also:
  • Constructor Details

    • RuntimeServiceException

      public RuntimeServiceException()
    • RuntimeServiceException

      public RuntimeServiceException(String message)
    • RuntimeServiceException

      public RuntimeServiceException(String message, Throwable cause)
    • RuntimeServiceException

      public RuntimeServiceException(Throwable cause)