public class ArrivalTimeQueueOverflowException
extends java.lang.RuntimeException
implements java.io.Serializable
Constructor and Description |
---|
ArrivalTimeQueueOverflowException()
Constructor of this exception without detail message.
|
ArrivalTimeQueueOverflowException(java.lang.String description)
Constructor of this exception with detail message.
|
public ArrivalTimeQueueOverflowException()
public ArrivalTimeQueueOverflowException(java.lang.String description)
description
- The detail message or null if none.