Class ReleaseExecutionException

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

public class ReleaseExecutionException extends Exception
Exception occurring during release execution.
Author:
Brett Porter
See Also:
  • Constructor Details

    • ReleaseExecutionException

      public ReleaseExecutionException(String message)
      Creates a new instance of ReleaseExecutionException without detail message.
    • ReleaseExecutionException

      public ReleaseExecutionException(String message, Throwable cause)
      Constructs an instance of ReleaseExecutionException with the specified detail message.
      Parameters:
      message - the detail message.