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
;
12 * @author Warren Levy <warrenl@redhat.com>
16 public class NotSupportedException
extends java
.lang
.Exception
18 public NotSupportedException ()
23 public NotSupportedException (String msg
)