Class SdkMultiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.sdk.exception.SdkException
dev.getelements.elements.sdk.exception.SdkMultiException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSdkMultiException
(String message) SdkMultiException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) SdkMultiException
(String message, Collection<? extends Throwable> causes) SdkMultiException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SdkMultiException
public SdkMultiException() -
SdkMultiException
-
SdkMultiException
-
SdkMultiException
-
SdkMultiException
-
-
Method Details
-
getCauses
-