Class BaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
api.equinix.javasdk.core.exception.BaseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EquinixClientException

public class BaseException extends RuntimeException
Root exception class for all Equinix SDK exceptions. Extends RuntimeException so that SDK exceptions are unchecked.
Version:
$Id: $Id
Author:
ianjones
See Also: