public class SharedObjectAddAbortException extends SharedObjectAddException
Modifier and Type | Field and Description |
---|---|
protected Map |
causes |
protected List |
participants |
protected long |
timeout |
Constructor and Description |
---|
SharedObjectAddAbortException() |
SharedObjectAddAbortException(String arg0) |
SharedObjectAddAbortException(String msg,
List participants,
Map causes,
int timeout) |
SharedObjectAddAbortException(String msg,
Map causes,
int timeout) |
SharedObjectAddAbortException(String msg,
Throwable cause) |
SharedObjectAddAbortException(String msg,
Throwable cause,
int timeout) |
SharedObjectAddAbortException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Map |
getCauses() |
long |
getTimeout() |
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
protected long timeout
protected Map causes
protected List participants
public SharedObjectAddAbortException()
public SharedObjectAddAbortException(String arg0)
public SharedObjectAddAbortException(String msg, Throwable cause, int timeout)
public SharedObjectAddAbortException(String msg, Map causes, int timeout)
public SharedObjectAddAbortException(String msg, List participants, Map causes, int timeout)
public SharedObjectAddAbortException(Throwable cause)
public long getTimeout()
public Map getCauses()
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.