com.ados.hestia.repository
Class CollectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ados.hestia.repository.CollectorException
All Implemented Interfaces:
Serializable

public class CollectorException
extends Exception

Version:
$Revision: 576 $ $Date: 2005-07-21 00:25:13 +0900 $
See Also:
Serialized Form

Constructor Summary
CollectorException(String mesage)
           
CollectorException(String mesage, Throwable t)
          Construct exception from text description and Throwable object.
 
Method Summary
 
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

CollectorException

public CollectorException(String mesage)

CollectorException

public CollectorException(String mesage,
                          Throwable t)
Construct exception from text description and Throwable object.

Parameters:
mesage -
t -


Copyright © 2005-2006 ADOS Co.,Ltd.. All Rights Reserved.