public abstract class OvirtSdkException extends Exception
| Constructor and Description |
|---|
OvirtSdkException()
Constructs a new OvirtSdkException with
null as its detail message. |
OvirtSdkException(String message) |
OvirtSdkException(Throwable throwable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OvirtSdkException()
null as its detail message.
The cause is not initialized, and may subsequently be initialized by
a call to Throwable.initCause(java.lang.Throwable).public OvirtSdkException(String message)
message - exception messagepublic OvirtSdkException(Throwable throwable)
throwable - exception causeCopyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0