public abstract class OvirtSdkRuntimeException extends RuntimeException
| Constructor and Description |
|---|
OvirtSdkRuntimeException()
Constructs a new OvirtSdkRuntimeException with
null as its detail message. |
OvirtSdkRuntimeException(String message) |
OvirtSdkRuntimeException(String message,
Throwable cause) |
OvirtSdkRuntimeException(Throwable throwable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OvirtSdkRuntimeException()
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 OvirtSdkRuntimeException(String message)
message - exception messagepublic OvirtSdkRuntimeException(Throwable throwable)
throwable - exception causeCopyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0