FMTCDamagedStoreException constructor

  1. @internal
FMTCDamagedStoreException(
  1. String message,
  2. FMTCDamagedStoreExceptionType type
)

An Exception indicating that an operation was attempted on a damaged store

Can be thrown for multiple reasons. See type and FMTCDamagedStoreExceptionType for more information.

Implementation

@internal
FMTCDamagedStoreException(this.message, this.type);