Class VIPUncheckedIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vmware.vipclient.i18n.exceptions.VIPUncheckedIOException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVIPUncheckedIOException(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 Details
-
VIPUncheckedIOException
public VIPUncheckedIOException() -
VIPUncheckedIOException
-
VIPUncheckedIOException
Constructor.- Parameters:
cause- original exception (normally aIOException)
-
VIPUncheckedIOException
Constructor.- Parameters:
message- exception message stringcause- original exception (normally aIOException)
-