edu.ucsb.nceas.metacat.client
Class MetacatInaccessibleException

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

public class MetacatInaccessibleException
extends java.lang.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:
Serialized Form

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

MetacatInaccessibleException

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

Parameters:
message - The error or warning message.


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