Class VIPUncheckedIOException

    • Constructor Detail

      • VIPUncheckedIOException

        public VIPUncheckedIOException()
      • VIPUncheckedIOException

        public VIPUncheckedIOException​(String message)
      • VIPUncheckedIOException

        public VIPUncheckedIOException​(Throwable cause)
        Constructor.
        Parameters:
        cause - original exception (normally a IOException)
      • VIPUncheckedIOException

        public VIPUncheckedIOException​(String message,
                                       Throwable cause)
        Constructor.
        Parameters:
        message - exception message string
        cause - original exception (normally a IOException)