org.apache.maven.continuum.web.exception
Class ContinuumActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.continuum.web.exception.ContinuumActionException
All Implemented Interfaces:
Serializable

public class ContinuumActionException
extends Exception

ContinuumActionException:

Version:
$Id: ContinuumActionException.java 729461 2008-12-26 08:38:10Z olamy $
Author:
Jesse McConnell
See Also:
Serialized Form

Constructor Summary
ContinuumActionException(String string)
           
ContinuumActionException(String string, Throwable throwable)
           
 
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

ContinuumActionException

public ContinuumActionException(String string)

ContinuumActionException

public ContinuumActionException(String string,
                                Throwable throwable)


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