Package com.adobe.marketing.mobile.util
Class DataReaderException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class DataReaderException extends Exception
Exception thrown by DataReader to indicate an error occurred reading object.
-
-
Constructor Summary
Constructors Constructor Description DataReaderException(String message)Constructor. DataReaderException(Exception inner)Constructor.
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-