1 22 package org.jboss.tm.remoting.interfaces; 23 24 34 public class HeuristicHazardException extends Exception  35 { 36 private static final long serialVersionUID = -3687274256195397687L; 37 38 public HeuristicHazardException() 39 { 40 } 41 42 public HeuristicHazardException(String msg) 43 { 44 super(msg); 45 } 46 47 public HeuristicHazardException(Throwable cause) 48 { 49 super(cause); 50 } 51 52 } 53 | Popular Tags |