Package org.openstack4j.api.exceptions
Class ApiNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openstack4j.api.exceptions.OS4JException
-
- org.openstack4j.api.exceptions.ApiNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ApiNotFoundException extends OS4JException
Exception which is thrown when an API lookup did not succeed- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApiNotFoundException(String message)Instantiates a new ApiNotFoundException.ApiNotFoundException(String message, Throwable cause)Instantiates a new ApiNotFoundException.ApiNotFoundException(Throwable cause)Instantiates a new ApiNotFoundException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ApiNotFoundException
public ApiNotFoundException(String message, Throwable cause)
Instantiates a new ApiNotFoundException.- Parameters:
message- the messagecause- the cause
-
ApiNotFoundException
public ApiNotFoundException(String message)
Instantiates a new ApiNotFoundException.- Parameters:
message- the message
-
ApiNotFoundException
public ApiNotFoundException(Throwable cause)
Instantiates a new ApiNotFoundException.- Parameters:
cause- the cause
-
-