1 /* Copyright (C) 2001 Free Software Foundation
3 This file is part of libgcj.
5 This software is copyrighted work licensed under the terms of the
6 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
9 package javax
.transaction
;
11 import java
.rmi
.RemoteException
;
14 * @author Tom Tromey <tromey@redhat.com>
15 * @date April 18, 2001
18 public class TransactionRequiredException
extends RemoteException
20 public TransactionRequiredException ()
25 public TransactionRequiredException (String msg
)