edu.ucsb.nceas.metacat
Class AccessionNumberGeneratedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.ucsb.nceas.metacat.AccessionNumberGeneratedException
All Implemented Interfaces:
java.io.Serializable

public class AccessionNumberGeneratedException
extends java.lang.Exception

Exception thrown when a new accession number is generated either because none was provided or it was not unique. The message contains the new Accession number

See Also:
Serialized Form

Constructor Summary
AccessionNumberGeneratedException(java.lang.String message)
          Create a new AccessionNumberGeneratedException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessionNumberGeneratedException

public AccessionNumberGeneratedException(java.lang.String message)
Create a new AccessionNumberGeneratedException.
Parameters:
message - The new accession number that was generated.


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