Class VIPUncheckedIOException

  • All Implemented Interfaces:
    java.io.Serializable

    public class VIPUncheckedIOException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • 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

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

      • VIPUncheckedIOException

        public VIPUncheckedIOException()
      • VIPUncheckedIOException

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

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

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