Package dev.snowdrop.buildpack
Class BuildpackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.snowdrop.buildpack.BuildpackException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBuildpackException(String message, Throwable cause) BuildpackException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeExceptionlaunderThrowable(String message, Throwable cause) static RuntimeExceptionlaunderThrowable(Throwable cause) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BuildpackException
public BuildpackException() -
BuildpackException
-
BuildpackException
-
-
Method Details
-
launderThrowable
-
launderThrowable
-