Class GeneralException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.winchesters.devopsify.exception.GeneralException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GitException, GithubException, GithubRepositoryBranchNotFoundException, GithubRepositoryNotFoundException, InvalidEmailException, InvalidUsernameException, JenkinsException, JwtTokenNotValidException, PersonalAccessTokenPermissionException, ProjectNotFoundException, UserCredentialsNotFoundException, UserNotAuthenticatedException, UserNotFoundException

@ResponseStatus(code=BAD_REQUEST) public class GeneralException extends RuntimeException
See Also:
  • Constructor Details

    • GeneralException

      public GeneralException(String code, String message)
    • GeneralException

      public GeneralException(String code, String message, Throwable cause)
    • GeneralException

      public GeneralException(String code, Exception exception)
    • GeneralException

      public GeneralException(Exception exception)
  • Method Details