public class BridgeException extends CodeDescriptionException
| Modifier and Type | Class and Description |
|---|---|
static class |
BridgeException.CodeDescription |
| Constructor and Description |
|---|
BridgeException(BridgeException.CodeDescription codeDescription,
Object... descriptionParams) |
BridgeException(Throwable cause,
BridgeException.CodeDescription codeDescription) |
BridgeException(Throwable cause,
BridgeException.CodeDescription codeDescription,
Object... descriptionParams) |
getCallbackErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BridgeException(BridgeException.CodeDescription codeDescription, Object... descriptionParams)
public BridgeException(Throwable cause, BridgeException.CodeDescription codeDescription)
public BridgeException(Throwable cause, BridgeException.CodeDescription codeDescription, Object... descriptionParams)