org.apache.maven.changes
Class ReleaseNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.changes.ReleaseNotFoundException
- All Implemented Interfaces:
- Serializable
public class ReleaseNotFoundException
- extends 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReleaseNotFoundException
public ReleaseNotFoundException()
ReleaseNotFoundException
public ReleaseNotFoundException(String message)
ReleaseNotFoundException
public ReleaseNotFoundException(String message,
Throwable cause)
ReleaseNotFoundException
public ReleaseNotFoundException(Throwable cause)
Copyright © 2011 Codehaus. All Rights Reserved.