Package nxt

Class NxtException.NxtIOException

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

    public static final class NxtException.NxtIOException
    extends java.io.IOException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NxtIOException​(java.lang.String message)  
      NxtIOException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, 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

      • NxtIOException

        public NxtIOException​(java.lang.String message)
      • NxtIOException

        public NxtIOException​(java.lang.String message,
                              java.lang.Throwable cause)