If an error code of -101 is encountered when the PublicationLoad runtag executes, a TagRunnerRuntimeException is thrown. This behavior is defined in the super class AbstractTagRunner under the handleError(ICS ics) method.
Error code -101 indicates "No rows returned." (source) which should not cause a runtime error.