PersistenceException.internal constructor

PersistenceException.internal(
  1. String message
)

Implementation

PersistenceException.internal(String message)
    : this('A DataHub internal error occurred! This error should not have '
          'happened and it is very likely, that this error is not your '
          'fault.\nPlease report this error, this message and instructions '
          'to reproduce it to the DataHub Issue Tracker.\n'
          'Details: $message');