java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.microprofile.graphql.tck.apps.superhero.api.CsvIOException
All Implemented Interfaces:
Serializable

public class CsvIOException extends IOException
Extending a IOException to test transitive blacklist
Author:
Phillip Kruger (phillip.kruger@redhat.com)
See Also:
  • Constructor Details

    • CsvIOException

      public CsvIOException()
    • CsvIOException

      public CsvIOException(String string)
    • CsvIOException

      public CsvIOException(String string, Throwable thrwbl)
    • CsvIOException

      public CsvIOException(Throwable thrwbl)