Class NoListenerException

  • All Implemented Interfaces:
    Serializable

    public class NoListenerException
    extends Exception

    Exception thrown to indicate there was no listener to receive the request on the invoked node.

    See Also:
    Serialized Form
    • Constructor Detail

      • NoListenerException

        public NoListenerException()

        Create a new NoListenerException with no detail message.

      • NoListenerException

        public NoListenerException​(String message)

        Create a new NoListenerException with a detail message.

        Parameters:
        message - the detail message.