Sha256: 6d8a5398124fbe7b2ee6013a8c0cbb203c269c2ad0f48ede770e0fc59029a7b7

Contents?: true

Size: 357 Bytes

Versions: 7

Compression:

Stored size: 357 Bytes

Contents

package com.treasuredata.api;

public class TdApiExecutionInterruptedException
        extends TdApiExecutionException
{
    public TdApiExecutionInterruptedException(InterruptedException cause)
    {
        super(cause);
    }

    @Override
    public InterruptedException getCause()
    {
        return (InterruptedException) super.getCause();
    }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
embulk-output-td-0.2.2 src/main/java/com/treasuredata/api/TdApiExecutionInterruptedException.java
embulk-output-td-0.2.1 src/main/java/com/treasuredata/api/TdApiExecutionInterruptedException.java
embulk-output-td-0.2.0 src/main/java/com/treasuredata/api/TdApiExecutionInterruptedException.java
embulk-output-td-0.1.8 src/main/java/com/treasuredata/api/TdApiExecutionInterruptedException.java
embulk-output-td-0.1.7 src/main/java/com/treasuredata/api/TdApiExecutionInterruptedException.java
embulk-output-td-0.1.6 src/main/java/com/treasuredata/api/TdApiExecutionInterruptedException.java
embulk-output-td-0.1.5 src/main/java/com/treasuredata/api/TdApiExecutionInterruptedException.java