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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeneralException(Exception exception) GeneralException(String code, Exception exception) GeneralException(String code, String message) GeneralException(String code, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString