Class MaintenanceAccessDeniedError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.LinkageError
-
- java.lang.IncompatibleClassChangeError
-
- java.lang.IllegalAccessError
-
- jetbrains.buildServer.maintenance.exceptions.MaintenanceAccessDeniedError
-
- All Implemented Interfaces:
Serializable,KnownStartupError
public class MaintenanceAccessDeniedError extends IllegalAccessError implements KnownStartupError
This excaption is thrown from ajax requests and command processors when the command require maintenance authentication but this authentication has not done.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaintenanceAccessDeniedError(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MaintenanceAccessDeniedError
public MaintenanceAccessDeniedError(String message)
-
-