Package org.openstack4j.api.exceptions
Class ConnectorNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openstack4j.api.exceptions.OS4JException
-
- org.openstack4j.api.exceptions.ConnectorNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ConnectorNotFoundException extends OS4JException
Exception that is thrown when the user hasn't included the desired OpenStack4j connector within their classpath- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectorNotFoundException(String message)ConnectorNotFoundException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-