Package org.openstack4j.api.exceptions
Class OS4JException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openstack4j.api.exceptions.OS4JException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApiNotFoundException,ConnectorNotFoundException,RegionEndpointNotFoundException,ResponseException
public class OS4JException extends RuntimeException
Base OpenStackj Exception- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OS4JException(String message)OS4JException(String message, Throwable cause)OS4JException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-