Class VIPUncheckedIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vmware.vipclient.i18n.exceptions.VIPUncheckedIOException
All Implemented Interfaces:
Serializable

public class VIPUncheckedIOException extends RuntimeException
See Also:
  • Constructor Details

    • 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)