ozone core API

org.ozoneDB.core
Class UserManagerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.ozoneDB.core.UserManagerException
All Implemented Interfaces:
java.io.Serializable

public class UserManagerException
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 OzoneRemoteException and is part of the core package.

Version:
$Revision: 1.1 $Date: 2002/09/11 23:11:22 $
Author:
SMB
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UserManagerException()
           
UserManagerException(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

UserManagerException

public UserManagerException()

UserManagerException

public UserManagerException(java.lang.String s)

ozone core API

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