org.apache.maven.shared.release
Class ReleaseExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.shared.release.ReleaseExecutionException
All Implemented Interfaces:
Serializable

public class ReleaseExecutionException
extends Exception

Exception occuring during release execution.

Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
ReleaseExecutionException(String message)
           
ReleaseExecutionException(String message, Throwable t)
           
 
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

ReleaseExecutionException

public ReleaseExecutionException(String message)

ReleaseExecutionException

public ReleaseExecutionException(String message,
                                 Throwable t)


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.