-
- All Implemented Interfaces:
-
java.io.Serializable
public final class MeiroAudienceError extends Throwable
Represents an error that occurred during the Audience request.
-
-
Constructor Summary
Constructors Constructor Description MeiroAudienceError(String message, Integer code)
-
Method Summary
Modifier and Type Method Description StringgetMessage()final IntegergetCode()ThrowablegetCause()-
Methods inherited from class io.meiro.sdk.audience.MeiroAudienceError
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-