1 13 14 19 20 package org.ejbca.core.model.ca.caadmin.extendedcaservices; 21 22 23 public class ExtendedCAServiceNotActiveException extends java.lang.Exception { 24 25 28 public ExtendedCAServiceNotActiveException() { 29 super(); 30 } 31 32 36 public ExtendedCAServiceNotActiveException(String msg) { 37 super(msg); 38 } 39 40 44 public ExtendedCAServiceNotActiveException(Exception e) { 45 super(e); 46 } 47 } 48 | Popular Tags |