public class FailsafeException extends RuntimeException
Exception, wrapping the underlying exception. Use
Throwable.getCause() to learn the cause of the failure.| Constructor and Description |
|---|
FailsafeException() |
FailsafeException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FailsafeException()
public FailsafeException(Throwable t)
Copyright © 2022. All rights reserved.