Class MetacatUtilException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ucsb.nceas.metacat.shared.MetacatUtilException
All Implemented Interfaces:
Serializable

public class MetacatUtilException extends Exception
Exception thrown when an error occurs in a utility method
See Also:
  • Constructor Details

    • MetacatUtilException

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