Class QueueException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.eclipse.core.runtime.CoreException
- 
- org.eclipse.ecf.core.util.ECFException
- 
- org.eclipse.ecf.core.sharedobject.util.QueueException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class QueueException extends ECFException - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description QueueException()QueueException(String message)QueueException(String message, Throwable cause)QueueException(Throwable cause)QueueException(org.eclipse.core.runtime.IStatus status)QueueException(IQueue queue)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IQueuegetQueue()- 
Methods inherited from class org.eclipse.core.runtime.CoreExceptiongetCause, getStatus, printStackTrace, printStackTrace, printStackTrace
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
 
- 
 
- 
- 
- 
Method Detail- 
getQueuepublic IQueue getQueue() 
 
- 
 
-