Class CriseVertxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cristalise.kernel.common.CriseVertxException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessRightsException, CannotManageException, InvalidCollectionModification, InvalidDataException, InvalidItemPathException, InvalidTransitionException, ObjectAlreadyExistsException, ObjectCannotBeUpdated, ObjectNotFoundException, PersistencyException, ScriptErrorException

public class CriseVertxException extends Exception
See Also:
  • Constructor Details

  • Method Details

    • toServiceException

      public io.vertx.serviceproxy.ServiceException toServiceException()
    • toServiceException

      public static io.vertx.serviceproxy.ServiceException toServiceException(Throwable t)
    • failService

      public <T> io.vertx.core.AsyncResult<T> failService()
    • failService

      public static <T> io.vertx.core.AsyncResult<T> failService(Throwable ex)
    • convertToDebugInfo

      public static io.vertx.core.json.JsonObject convertToDebugInfo(Throwable ex)
    • getDebugInfo

      public io.vertx.core.json.JsonObject getDebugInfo()
    • getServiceDebugInfo

      public io.vertx.core.json.JsonObject getServiceDebugInfo()
    • convertThrowable

      public static CriseVertxException convertThrowable(Throwable ex)
    • convertFutureException

      public static CriseVertxException convertFutureException(ExecutionException futureException)