public class OnErrorFailedException extends RuntimeException
Observer.onError(Throwable) .
| Constructor and Description |
|---|
OnErrorFailedException(String
Customizes the
Throwable with a custom message and wraps it before it is to be re-thrown as an
OnErrorFailedException.
|
OnErrorFailedException(Throwable
Wraps the
Throwable before it is to be re-thrown as an
OnErrorFailedException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OnErrorFailedException(Stringmessage, Throwable e)
Throwable with a custom message and wraps it before it is to be re-thrown as an
OnErrorFailedException.
message - the message to assign to the
Throwable to re-throw
e - the
Throwable to re-throw
public OnErrorFailedException(Throwablee)
Throwable before it is to be re-thrown as an
OnErrorFailedException.
e - the
Throwable to re-throw