Class MetacatException

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

public class MetacatException extends Exception
Exception thrown when an error occurs during a metacat operation.
See Also:
  • Constructor Details

    • MetacatException

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