Class VIPJavaClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vmware.vipclient.i18n.exceptions.VIPJavaClientException
- All Implemented Interfaces:
Serializable
Exception for representing issues happen during calling vIP server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVIPJavaClientException(String message) VIPJavaClientException(String message, Throwable cause) VIPJavaClientException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) VIPJavaClientException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VIPJavaClientException
public VIPJavaClientException() -
VIPJavaClientException
-
VIPJavaClientException
-
VIPJavaClientException
-
VIPJavaClientException
-