ScanningSdkException Constructor

constructor(cause: Throwable, message: String, vararg params: Any)

Constructs the exception from an underlying failure and a formatted message. Not part of the API.

Parameters

  • cause — upper exception
  • message — for the exception
  • params — arguments to format
Top