Class InsufficientKarmaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ucsb.nceas.metacat.client.InsufficientKarmaException
All Implemented Interfaces:
Serializable

public class InsufficientKarmaException extends 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:
  • Constructor Details

    • InsufficientKarmaException

      public InsufficientKarmaException(String message)
      Create a new InsufficientKarmaException.
      Parameters:
      message - The error or warning message.