Class VitamDBException

All Implemented Interfaces:
Serializable

public class VitamDBException extends VitamException
Vitam database exception.
See Also:
  • Constructor Details

    • VitamDBException

      public VitamDBException(VitamError vitamError)
      constructor.
      Parameters:
      vitamError -
    • VitamDBException

      public VitamDBException(String message)
      Parameters:
      message - associated message
    • VitamDBException

      public VitamDBException(Throwable cause)
      Parameters:
      cause - associated cause
    • VitamDBException

      public VitamDBException(String message, Throwable cause)
      Parameters:
      message - associated message
      cause - associated cause