Class 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 Detail

      • ConnectorNotFoundException

        public ConnectorNotFoundException​(String message,
                                          Throwable cause)
      • ConnectorNotFoundException

        public ConnectorNotFoundException​(String message)