public class OnErrorFailedException extends RuntimeException
Observer.onError(Throwable)
.
Constructor and Description |
---|
OnErrorFailedException(String message,
Throwable e)
Customizes the
Throwable with a custom message and wraps it before it is to be re-thrown as an
OnErrorFailedException . |
OnErrorFailedException(Throwable e)
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, toString
public OnErrorFailedException(String message, 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-throwe
- the Throwable
to re-throwpublic OnErrorFailedException(Throwable e)
Throwable
before it is to be re-thrown as an OnErrorFailedException
.e
- the Throwable
to re-throwCopyright © 2015. All Rights Reserved.