RegistrationException.java 232 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.cq.screens.device.registration.impl;

public class RegistrationException
extends Exception {
    public RegistrationException(String message) {
        super(message);
    }
}