edu.ucsb.nceas.metacat.client
Class InsufficientKarmaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.ucsb.nceas.metacat.client.InsufficientKarmaException
All Implemented Interfaces:
java.io.Serializable

public class InsufficientKarmaException
extends java.lang.Exception

Exception thrown when an error occurs because a Metacat server operation requires higher access rights than the currently logged in user has.

See Also:
Serialized Form

Constructor Summary
InsufficientKarmaException(java.lang.String message)
          Create a new InsufficientKarmaException.
 
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

InsufficientKarmaException

public InsufficientKarmaException(java.lang.String message)
Create a new InsufficientKarmaException.

Parameters:
message - The error or warning message.


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.