org.apache.continuum.purge
Class ContinuumPurgeManagerException

Package class diagram package ContinuumPurgeManagerException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.continuum.purge.ContinuumPurgeManagerException
All Implemented Interfaces:
Serializable

public class ContinuumPurgeManagerException
extends Exception

Since:
25 jul 07
Version:
$Id: ContinuumPurgeManagerException.java 681492 2008-07-31 21:02:48Z olamy $
Author:
Maria Catherine Tan
See Also:
Serialized Form

Constructor Summary
ContinuumPurgeManagerException(String message)
           
ContinuumPurgeManagerException(String message, Throwable cause)
           
ContinuumPurgeManagerException(Throwable cause)
           
 
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

ContinuumPurgeManagerException

public ContinuumPurgeManagerException(String message)

ContinuumPurgeManagerException

public ContinuumPurgeManagerException(Throwable cause)

ContinuumPurgeManagerException

public ContinuumPurgeManagerException(String message,
                                      Throwable cause)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.