Class TooManyInvokesException

  • All Implemented Interfaces:
    Serializable

    public class TooManyInvokesException
    extends ProtocolException
    Thrown when an automatically allocated invoke ID is requested, but there are already the maximum number of outstanding invokes present on the dialogue.
    See Also:
    Serialized Form
    • Constructor Detail

      • TooManyInvokesException

        public TooManyInvokesException()
      • TooManyInvokesException

        public TooManyInvokesException​(String msg)
      • TooManyInvokesException

        public TooManyInvokesException​(String msg,
                                       Throwable cause)