Class ReleaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jreleaser.model.spi.release.ReleaseException
All Implemented Interfaces:
Serializable

public class ReleaseException extends Exception
Since:
0.1.0
Author:
Andres Almiray
See Also:
  • Constructor Details

    • ReleaseException

      public ReleaseException(String message)
    • ReleaseException

      public ReleaseException(String message, Throwable cause)
    • ReleaseException

      public ReleaseException(Throwable cause)