public class ManagementRuntimeException extends RuntimeException
| Constructor and Description | 
|---|
ManagementRuntimeException()  | 
ManagementRuntimeException(String message)  | 
ManagementRuntimeException(String message,
                          Throwable cause)  | 
ManagementRuntimeException(Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ManagementRuntimeException | 
wrap(Exception cause)  | 
static ManagementRuntimeException | 
wrap(String message,
    Exception cause)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ManagementRuntimeException()
public ManagementRuntimeException(String message, Throwable cause)
public ManagementRuntimeException(String message)
public ManagementRuntimeException(Throwable cause)
public static ManagementRuntimeException wrap(String message, Exception cause)
public static ManagementRuntimeException wrap(Exception cause)
Copyright © 2019 Nuxeo. All rights reserved.