public final class WrappedAS2Exception extends AS2Exception
AS2Exception that wraps an existing exception easily.| Modifier and Type | Method and Description |
|---|---|
static AS2Exception |
wrap(Throwable t)
Ensure the passed
Throwable is an AS2Exception. |
getSourceMsg, log, log, setSourceMsg, terminate, terminate, terminateaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Nonnull public static AS2Exception wrap(@Nonnull Throwable t)
Throwable is an AS2Exception.t - The Throwable to use.WrappedAS2Exception containing t.Copyright © 2013–2022 Philip Helger. All rights reserved.