TranslationCancelledException.java 201 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
/*
* TranslationCancelledException.java
*/

package jcircus.exceptions;

public class TranslationCancelledException extends Exception {
public TranslationCancelledException() {
}
}