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

co.com.sofka.infraestructure.DeserializeEventException Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package co.com.sofka.infraestructure;

/**
 * The type Deserialize event exception.
 */
public class DeserializeEventException extends RuntimeException {
    /**
     * Instantiates a new Deserialize event exception.
     *
     * @param cause the cause
     */
    public DeserializeEventException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy