public class BuildpackException extends RuntimeException
| Constructor and Description |
|---|
BuildpackException() |
BuildpackException(String message,
Throwable cause) |
BuildpackException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeException |
launderThrowable(String message,
Throwable cause) |
static RuntimeException |
launderThrowable(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BuildpackException()
public BuildpackException(Throwable cause)
public static RuntimeException launderThrowable(Throwable cause)
public static RuntimeException launderThrowable(String message, Throwable cause)
Copyright © 2020–2022 Red Hat. All rights reserved.