public class QueueException extends ECFException
Constructor and Description |
---|
QueueException() |
QueueException(IQueue queue) |
QueueException(org.eclipse.core.runtime.IStatus status) |
QueueException(String message) |
QueueException(String message,
Throwable cause) |
QueueException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
IQueue |
getQueue() |
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public QueueException(org.eclipse.core.runtime.IStatus status)
public QueueException()
public QueueException(IQueue queue)
public QueueException(String message)
public QueueException(Throwable cause)
public IQueue getQueue()
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.