All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.netxms.certificate.manager.exception.SignatureVerificationImpossibleException Maven / Gradle / Ivy

The newest version!
package org.netxms.certificate.manager.exception;

public class SignatureVerificationImpossibleException extends Exception
{
   private static final long serialVersionUID = 1L;

   public SignatureVerificationImpossibleException()
   {
      super("Can't establish verification process!");
   }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy