Class AbortedInvocationException

  • All Implemented Interfaces:
    Serializable

    public class AbortedInvocationException
    extends RuntimeException
    Represents transport-specific exceptions which are used to indicate that a given invocation was suspended
    See Also:
    Serialized Form
    • Constructor Detail

      • AbortedInvocationException

        public AbortedInvocationException​(Throwable cause)
      • AbortedInvocationException

        public AbortedInvocationException()
    • Method Detail

      • getRuntimeException

        public RuntimeException getRuntimeException()
        Returns a transport-specific runtime exception
        Returns:
        RuntimeException the transport-specific runtime exception, can be null for asynchronous transports