Skip to content
Snippets Groups Projects
Commit 44c41435 authored by brinn's avatar brinn
Browse files

change: make UnknownLastChangedException an unchecked exception

SVN: 7059
parent 604de1ac
No related branches found
No related tags found
No related merge requests found
......@@ -16,14 +16,12 @@
package ch.systemsx.cisd.common.exceptions;
import java.io.IOException;
/**
* Used to signal the error of getting last modification time of a store item
*
* @author Tomasz Pylak
*/
public class UnknownLastChangedException extends IOException
public class UnknownLastChangedException extends EnvironmentFailureException
{
private static final long serialVersionUID = 1L;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment