ozone API

org.ozoneDB
Class PermissionDeniedExc

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

public class PermissionDeniedExc
extends OzoneRemoteExc

This exception is thrown, if the owner of a transaction does not have proper permissions for a requested operation.

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

Constructor Summary
PermissionDeniedExc()
           
PermissionDeniedExc(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermissionDeniedExc

public PermissionDeniedExc()

PermissionDeniedExc

public PermissionDeniedExc(java.lang.String s)

ozone API

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