edu.ucsb.nceas.metacat.client
Class MetacatException

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

public class MetacatException
extends java.lang.Exception

Exception thrown when an error occurs during a metacat operation.

See Also:
Serialized Form

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

MetacatException

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

Parameters:
message - The error or warning message.


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