Package org.cristalise.kernel.common
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
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCriseVertxException(String msg, Throwable cause) CriseVertxException(Throwable cause) CriseVertxException(CriseVertxException.FailureCodes code, String msg, Throwable cause) CriseVertxException(CriseVertxException.FailureCodes code, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic CriseVertxExceptionconvertFutureException(ExecutionException futureException) static CriseVertxExceptionstatic io.vertx.core.json.JsonObject<T> io.vertx.core.AsyncResult<T> static <T> io.vertx.core.AsyncResult<T> failService(Throwable ex) io.vertx.core.json.JsonObjectio.vertx.core.json.JsonObjectio.vertx.serviceproxy.ServiceExceptionstatic io.vertx.serviceproxy.ServiceExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CriseVertxException
public CriseVertxException() -
CriseVertxException
-
CriseVertxException
-
CriseVertxException
-
CriseVertxException
-
CriseVertxException
-
CriseVertxException
-
CriseVertxException
-
-
Method Details
-
toServiceException
public io.vertx.serviceproxy.ServiceException toServiceException() -
toServiceException
-
failService
public <T> io.vertx.core.AsyncResult<T> failService() -
failService
-
convertToDebugInfo
-
getDebugInfo
public io.vertx.core.json.JsonObject getDebugInfo() -
getServiceDebugInfo
public io.vertx.core.json.JsonObject getServiceDebugInfo() -
convertThrowable
-
convertFutureException
-