Android SDK Version
All Implemented Interfaces:
java.io.Serializable


public final class UnobservedTaskException
extends RuntimeException
Used to signify that a Task's error went unobserved.
Field Summary
Modifier and TypeFieldDescription
private final Throwablecause
private final Stringmessage
Constructor Summary
ConstructorDescription
UnobservedTaskException(Throwable cause)
Method Summary
Modifier and TypeMethodDescription
ThrowablegetCause()
StringgetMessage()
Methods inherited from class java.lang.Exception
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
Constructor Detail

UnobservedTaskException

UnobservedTaskException(Throwable cause)
Method Detail

getMessage

StringgetMessage()