org.opennms.netmgt.archive
Class ArchiverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.netmgt.archive.ArchiverException
All Implemented Interfaces:
Serializable

public class ArchiverException
extends Exception

The ArchiverException is thrown by the database archvier. The message in the exception should provide the reason

Author:
Sowmya Nataraj , OpenNMS.org
See Also:
Serialized Form

Constructor Summary
ArchiverException()
           
ArchiverException(String s)
           
 
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

ArchiverException

public ArchiverException()

ArchiverException

public ArchiverException(String s)


Copyright © 2009. All Rights Reserved.