Class MetacatInaccessibleException

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

public class MetacatInaccessibleException extends Exception
Exception thrown when a Metacat server is not accessible for the operation requested. This can be a network outage, or a configuration error.
See Also:
  • Constructor Details

    • MetacatInaccessibleException

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