2002-05-02 David S. Miller <davem@redhat.com>
[official-gcc.git] / libjava / javax / naming / directory / InvalidSearchControlsException.java
blobf0c535a7d9267acb70426344eb18677a9a06cd91
1 /* Copyright (C) 2000, 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
7 details. */
9 package javax.naming.directory;
11 import javax.naming.NamingException;
13 public class InvalidSearchControlsException extends NamingException
15 public InvalidSearchControlsException ()
17 super ();
20 public InvalidSearchControlsException (String msg)
22 super (msg);