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

com.processpuzzle.fitnesse.connect.testbed.file.StorageException Maven / Gradle / Ivy

There is a newer version: 1.1.13
Show newest version
package com.processpuzzle.fitnesse.connect.testbed.file;

public class StorageException extends RuntimeException {
   private static final long serialVersionUID = -8343813814722816574L;

   // constructors
   public StorageException( String message ) {
      super( message );
   }

   public StorageException( String message, Throwable cause ) {
      super( message, cause );
   }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy