Class NotDefinedSubscribersException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tenio.core.exception.NotDefinedSubscribersException
All Implemented Interfaces:
Serializable

public final class NotDefinedSubscribersException extends RuntimeException
When you miss defining the subscriber for a declared event.
See Also:
  • Constructor Details

    • NotDefinedSubscribersException

      public NotDefinedSubscribersException(Class<?>... classes)