All Downloads are FREE. Search and download functionalities are using the official Maven repository.

paxel.lintstone.api.UnregisteredRecipientException Maven / Gradle / Ivy

The newest version!
package paxel.lintstone.api;

/**
 * Is thrown in case a message is sent to a actor who is not registered.
 */
public class UnregisteredRecipientException extends RuntimeException {

    public UnregisteredRecipientException(String message) {
        super(message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy