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, toString
public FailsafeException()
public FailsafeException(Throwable t)
Copyright © 2022. All rights reserved.