org.apache.maven.continuum.release
Class ContinuumReleaseException

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

public class ContinuumReleaseException
extends Exception

Version:
$Id: ContinuumReleaseException.java 729143 2008-12-23 22:21:06Z olamy $
Author:
Jason van Zyl
See Also:
Serialized Form

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

ContinuumReleaseException

public ContinuumReleaseException(String id)

ContinuumReleaseException

public ContinuumReleaseException(String id,
                                 Throwable throwable)

ContinuumReleaseException

public ContinuumReleaseException(Throwable throwable)


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