public class QueueOverflowException extends RuntimeException
| Constructor and Description |
|---|
QueueOverflowException(int position) |
QueueOverflowException(int writePosition,
int readPosition,
Object o) |
QueueOverflowException(int position,
Object o) |
QueueOverflowException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueueOverflowException(String message)
public QueueOverflowException(int position)
public QueueOverflowException(int position,
Object o)
public QueueOverflowException(int writePosition,
int readPosition,
Object o)
Copyright © 2010-2014 anotheria.net. All Rights Reserved.