public abstract class OpenStackBaseException extends Exception
This class was defined as an extension of RuntimeException, which made it unchecked and therefore not
explicitly understood at the various points where it might be thrown. This complicated recovery logic, so the class
was changed to specialize Exception instead, and all places where it could be thrown were explicitly
identified.
| Constructor and Description |
|---|
OpenStackBaseException() |
OpenStackBaseException(String message) |
OpenStackBaseException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012–2017. All rights reserved.