org.objectweb.proactive.scheduler
Class QueueFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.proactive.core.ProActiveException
org.objectweb.proactive.scheduler.QueueFullException
- All Implemented Interfaces:
- java.io.Serializable
public class QueueFullException
- extends ProActiveException
This exception is obtained when attempting to insert a job to the queue
and that the queue is full.
- Author:
- cjarjouh
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QueueFullException
public QueueFullException()
QueueFullException
public QueueFullException(java.lang.String message)
- Parameters:
message
-
QueueFullException
public QueueFullException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
QueueFullException
public QueueFullException(java.lang.Throwable cause)
- Parameters:
cause
-
Copyright 2001-2007 INRIA All Rights Reserved.