public class ExecutionException
extends java.lang.Exception
| Modifier | Constructor and Description |
|---|---|
|
ExecutionException() |
|
ExecutionException(java.lang.String message) |
|
ExecutionException(java.lang.String message,
java.lang.Throwable cause) |
protected |
ExecutionException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
ExecutionException(java.lang.Throwable cause) |
public ExecutionException()
public ExecutionException(java.lang.String message)
public ExecutionException(java.lang.String message,
java.lang.Throwable cause)
public ExecutionException(java.lang.Throwable cause)
protected ExecutionException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Copyright © 2016–2019 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.