Class ServiceDeskServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.servicedesk.api.ServiceDeskServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthorizationException, BadRequestException, ForbiddenException, NoSuchEntityException, ServerException

public abstract class ServiceDeskServiceException extends RuntimeException
Base Exception thrown by Jira Service Management. All Exceptions thrown should extend this class
See Also:
  • Constructor Details

    • ServiceDeskServiceException

      public ServiceDeskServiceException(@Nonnull ExceptionMessage message)
    • ServiceDeskServiceException

      public ServiceDeskServiceException(@Nonnull ExceptionMessage message, @Nullable Throwable cause)
  • Method Details