Class Errors.NativeIoException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Errors

    public static final class Errors.NativeIoException
    extends java.io.IOException
    Internal usage only!
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NativeIoException​(java.lang.String method, int expectedErr)  
      NativeIoException​(java.lang.String method, int expectedErr, boolean fillInStackTrace)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int expectedErr()  
      java.lang.Throwable fillInStackTrace()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NativeIoException

        public NativeIoException​(java.lang.String method,
                                 int expectedErr)
      • NativeIoException

        public NativeIoException​(java.lang.String method,
                                 int expectedErr,
                                 boolean fillInStackTrace)
    • Method Detail

      • expectedErr

        public int expectedErr()
      • fillInStackTrace

        public java.lang.Throwable fillInStackTrace()
        Overrides:
        fillInStackTrace in class java.lang.Throwable