Class PersonalAccessTokenPermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.winchesters.devopsify.exception.GeneralException
com.winchesters.devopsify.exception.github.PersonalAccessTokenPermissionException
- All Implemented Interfaces:
Serializable
@ResponseStatus(UNAUTHORIZED)
public class PersonalAccessTokenPermissionException
extends GeneralException
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.winchesters.devopsify.exception.GeneralException
equals, getCode, getMessage, hashCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PersonalAccessTokenPermissionException
public PersonalAccessTokenPermissionException()
-