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 occuring during release execution.
See Also:
  • Constructor Details

    • ReleaseExecutionException

      public ReleaseExecutionException(String message)
    • ReleaseExecutionException

      public ReleaseExecutionException(String message, Throwable t)