1 package mobisnap.mobile_trx; 2 3 public class CommitException extends mobisnap.MobisnapException 4 { 5 public CommitException() { 6 super(); 7 } 8 9 public CommitException( String str) { 10 super( str); 11 } 12 }

This page was automatically generated by Maven