
com.eightkdata.mongowp.mongoserver.api.safe.MarshalException Maven / Gradle / Ivy
The newest version!
package com.eightkdata.mongowp.mongoserver.api.safe;
/**
*
*/
public class MarshalException extends Exception {
private static final long serialVersionUID = 1L;
public MarshalException() {
}
public MarshalException(String message) {
super(message);
}
public MarshalException(String message, Throwable cause) {
super(message, cause);
}
public MarshalException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy