org.apache.oodt.cas.filemgr.structs.exceptions
Class IngestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oodt.cas.filemgr.structs.exceptions.IngestException
All Implemented Interfaces:
Serializable

public class IngestException
extends Exception

Version:
$Revision: 12226 $

An exception when ingesting a product.

Author:
mattmann
See Also:
Serialized Form

Constructor Summary
IngestException()
           
IngestException(String arg0)
           
IngestException(String arg0, Throwable arg1)
           
IngestException(Throwable arg0)
           
 
Method Summary
static void main(String[] args)
           
 
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

IngestException

public IngestException()

IngestException

public IngestException(String arg0)
Parameters:
arg0 -

IngestException

public IngestException(String arg0,
                       Throwable arg1)
Parameters:
arg0 -
arg1 -

IngestException

public IngestException(Throwable arg0)
Parameters:
arg0 -
Method Detail

main

public static void main(String[] args)
Parameters:
args -


Copyright © 1999-2011 Apache OODT. All Rights Reserved.