package org.wooden.encryption; public class DesEncryptionException extends RuntimeException { public DesEncryptionException(Throwable t) { super(t); } }