BufferFullExceptionpublic class BufferFullException extends RMException Exception thrown for flow-control enabled sequences when an
attempt is made to add a message. |
Fields Summary |
---|
private final Sequence | seqSequence whose buffer is full. |
Constructors Summary |
---|
public BufferFullException(Sequence seq)
super();
this.seq = seq;
|
Methods Summary |
---|
public Sequence | getSequence()
return seq;
|
|