Class GetException

All Implemented Interfaces:
Serializable

@PublicApi public class GetException extends JiraException
An exception that indicates errors encountered in when performing get related tasks in managers.
Since:
v6.1
See Also:
  • Constructor Details

    • GetException

      public GetException()
    • GetException

      public GetException(String s)
    • GetException

      public GetException(Throwable throwable)
    • GetException

      public GetException(String s, Throwable throwable)