Class ZeebeDbException

All Implemented Interfaces:
Serializable

public final class ZeebeDbException extends RecoverableException
Wraps the exceptions which are thrown by the database implementation.
See Also:
  • Constructor Details

    • ZeebeDbException

      public ZeebeDbException(Throwable cause)
    • ZeebeDbException

      public ZeebeDbException(String message, Throwable cause)