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
Root exception class for all Equinix SDK exceptions.
Extends
RuntimeException so that SDK exceptions are unchecked.- Version:
- $Id: $Id
- Author:
- ianjones
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBaseException(String message) Constructor for BaseException.BaseException(String message, Throwable t) Constructor for BaseException.Constructor for BaseException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseException
-
BaseException
-
BaseException
-