co.com.sofka.infraestructure.DeserializeEventException Maven / Gradle / Ivy
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