
de.schlichtherle.xml.GenericCertificateNotLockedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of truelicense-xml Show documentation
Show all versions of truelicense-xml Show documentation
Provides XML services like encoding/decoding of persistent objects.
The newest version!
/*
* Copyright (C) 2005-2015 Schlichtherle IT Services.
* All rights reserved. Use is subject to license terms.
*/
package de.schlichtherle.xml;
/**
* An instance of this class is thrown if a {@link GenericCertificate}'s
* content is tried to be retrieved but the certificate has neither signed
* nor verified any content.
*
* @author Christian Schlichtherle
*/
public class GenericCertificateNotLockedException
extends IllegalStateException {
private static final long serialVersionUID = 1L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy