Class UpdateException

All Implemented Interfaces:
Serializable

@PublicApi public class UpdateException extends JiraException
Thrown when there is a serious error with an update.
Since:
v4.1
See Also:
  • Constructor Details

    • UpdateException

      public UpdateException()
    • UpdateException

      public UpdateException(String msg)
    • UpdateException

      public UpdateException(Exception e)
    • UpdateException

      public UpdateException(String msg, Exception e)