Not Yet Simulated Exception
class NotYetSimulatedException(message: String, assembledTransaction: AssembledTransaction<*>) : ContractException
Exception thrown when attempting an operation that requires simulation before the transaction has been simulated.
Operations like signing, submitting, or checking authorization requirements all require that AssembledTransaction.simulate be called first.