1 13 14 package org.ejbca.core.protocol.xkms.client; 15 16 25 26 public class XKMSResponseSignatureException extends Exception { 27 28 public XKMSResponseSignatureException() { 29 super(); 30 } 31 32 public XKMSResponseSignatureException(String arg0, Throwable arg1) { 33 super(arg0, arg1); 34 } 35 36 public XKMSResponseSignatureException(String arg0) { 37 super(arg0); 38 } 39 40 public XKMSResponseSignatureException(Throwable arg0) { 41 super(arg0); 42 } 43 44 } 45 | Popular Tags |