org.apache.maven.changes
Class ReleaseNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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 © 2010. All Rights Reserved.