Class AccessDeniedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.auth.AccessDeniedException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingServerResponsibilityException
public class AccessDeniedException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessDeniedException(AuthorityHolder authorityHolder, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorityHolder
getAuthorityHolder()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AccessDeniedException
public AccessDeniedException(@Nullable AuthorityHolder authorityHolder, String message)
-
-
Method Detail
-
getAuthorityHolder
@Nullable public AuthorityHolder getAuthorityHolder()
-
-