Class CsvIOException
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
Extending a IOException to test transitive blacklist
- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCsvIOException(String string) CsvIOException(String string, Throwable thrwbl) CsvIOException(Throwable thrwbl) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CsvIOException
public CsvIOException() -
CsvIOException
-
CsvIOException
-
CsvIOException
-