SchemaServiceException.java
388 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.xmp.schema.service;
public class SchemaServiceException
extends Exception {
private static final long serialVersionUID = 8364384923927034402L;
public SchemaServiceException(String message) {
super(message);
}
public SchemaServiceException(String message, Exception e) {
super(message, e);
}
}