ozone core API

org.ozoneDB.core
Class UserManagerExc

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.ozoneDB.core.UserManagerExc
All Implemented Interfaces:
java.io.Serializable

public class UserManagerExc
extends java.lang.Exception

Thrown by the UserManager in case of an error. This exception is used by the admin tools only. Since it is not part of the general API it does not extend OzoneRemoteExc and is part of the core package.

Version:
$Revision: 1.1 $Date: 2001/12/18 10:31:30 $
Author:
SMB
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UserManagerExc()
           
UserManagerExc(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserManagerExc

public UserManagerExc()

UserManagerExc

public UserManagerExc(java.lang.String s)

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.