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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VIPUncheckedIOException()VIPUncheckedIOException(String message)VIPUncheckedIOException(String message, Throwable cause)Constructor.VIPUncheckedIOException(Throwable cause)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
VIPUncheckedIOException
public VIPUncheckedIOException()
-
VIPUncheckedIOException
public VIPUncheckedIOException(String message)
-
VIPUncheckedIOException
public VIPUncheckedIOException(Throwable cause)
Constructor.- Parameters:
cause- original exception (normally aIOException)
-
VIPUncheckedIOException
public VIPUncheckedIOException(String message, Throwable cause)
Constructor.- Parameters:
message- exception message stringcause- original exception (normally aIOException)
-
-