Package org.openstack4j.api.exceptions
Class RegionEndpointNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openstack4j.api.exceptions.OS4JException
-
- org.openstack4j.api.exceptions.RegionEndpointNotFoundException
-
- All Implemented Interfaces:
Serializable
public class RegionEndpointNotFoundException extends OS4JException
Exception that is thrown when a Service Endpoint cannot be found for the user specified Region- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegionEndpointNotFoundException(String message)RegionEndpointNotFoundException(String message, Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RegionEndpointNotFoundExceptioncreate(String region, String serviceName)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
create
public static RegionEndpointNotFoundException create(String region, String serviceName)
-
-