Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
protected | |
protected | CompletionException(String
the detail message message)Constructs a |
public | CompletionException(String
the detail message message, Throwable the cause (which is saved for later retrieval by the
cause)getCause() method)Constructs a |
public | CompletionException(Throwable
the cause (which is saved for later retrieval by the
cause)getCause() method)Constructs a |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
CompletionException | back to summary |
---|---|
protected CompletionException() Constructs a |
CompletionException | back to summary |
---|---|
protected CompletionException(String message) Constructs a
|
CompletionException | back to summary |
---|---|
public CompletionException(String message, Throwable cause) Constructs a
|
CompletionException | back to summary |
---|---|
public CompletionException(Throwable cause) Constructs a
|