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