FileDocCategorySizeDatePackage
BufferFullException.javaAPI DocExample2559Tue May 29 16:56:40 BST 2007com.sun.xml.ws.rm

BufferFullException

public 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
seq
Sequence whose buffer is full.
Constructors Summary
public BufferFullException(Sequence seq)

        super();
        this.seq = seq;
   
Methods Summary
public SequencegetSequence()

       return seq;