com.groiss.ds
Class QueueFullException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.groiss.ds.QueueFullException
All Implemented Interfaces:
Serializable

public class QueueFullException
extends Exception

This Exception is thrown when the semaphore queue is full.

See Also:
Serialized Form

Constructor Summary
QueueFullException()
           
 
Method Summary
 
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
 

Constructor Detail

QueueFullException

public QueueFullException()


@enterprise 8.0.10809 Copyright © 2001-2012 Groiss Informatics GmbH. All Rights Reserved.