Class TooManyInvokesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ProtocolException
-
- 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 Summary
Constructors Constructor Description TooManyInvokesException()
TooManyInvokesException(String msg)
TooManyInvokesException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-