Class KnownJavaBugIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.newsclub.net.unix.KnownJavaBugIOException
All Implemented Interfaces:
Serializable

public class KnownJavaBugIOException extends IOException
Thrown when a known Java/JRE/JDK bug was encountered.
Author:
Christian Kohlschütter
See Also:
  • Constructor Details

    • KnownJavaBugIOException

      public KnownJavaBugIOException()
      Constructs an KnownJDKBugIOException with null as its error detail message.
    • KnownJavaBugIOException

      public KnownJavaBugIOException(String message, Throwable cause)
      Constructs an IOException with the specified detail message and cause.
      Parameters:
      message - The message.
      cause - The cause.
    • KnownJavaBugIOException

      public KnownJavaBugIOException(String message)
      Constructs an IOException with the specified detail message.
      Parameters:
      message - The message.
    • KnownJavaBugIOException

      public KnownJavaBugIOException(Throwable cause)
      Constructs an IOException with the specified cause and null as its error detail message.
      Parameters:
      cause - The cause.