org.apache.maven.changes
Class ReleaseNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.changes.ReleaseNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ReleaseNotFoundException
extends java.lang.Exception

Thrown when user attempts to retrieve an unexisting release.

Version:
$Id: ReleaseNotFoundException.java 1205 2006-01-04 14:24:23Z snicoll $
Author:
Stephane Nicoll
See Also:
Serialized Form

Constructor Summary
ReleaseNotFoundException()
           
ReleaseNotFoundException(java.lang.String message)
           
ReleaseNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
ReleaseNotFoundException(java.lang.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

ReleaseNotFoundException

public ReleaseNotFoundException()

ReleaseNotFoundException

public ReleaseNotFoundException(java.lang.String message)

ReleaseNotFoundException

public ReleaseNotFoundException(java.lang.String message,
                                java.lang.Throwable cause)

ReleaseNotFoundException

public ReleaseNotFoundException(java.lang.Throwable cause)


Copyright © 2009. All Rights Reserved.