@Unstable public class LiveDataException extends Exception
Constructor and Description |
---|
LiveDataException(String message)
Constructs a new live data exception with the specified detail message.
|
LiveDataException(String message,
Throwable source)
Creates a new instance with the specified message and source.
|
LiveDataException(Throwable source)
Creates a new instance that wraps the specified source throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LiveDataException(Throwable source)
source
- source of the error@Unstable public LiveDataException(String message)
message
- the detail messageCopyright © 2004–2022 XWiki. All rights reserved.