Package jetbrains.buildServer
Class LicenseNotGrantedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.LicenseException
-
- jetbrains.buildServer.LicenseNotGrantedException
-
- All Implemented Interfaces:
Serializable
public class LicenseNotGrantedException extends LicenseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseNotGrantedException()
LicenseNotGrantedException(String message)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.LicenseException
toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
LicenseNotGrantedException
public LicenseNotGrantedException()
-
LicenseNotGrantedException
public LicenseNotGrantedException(String message)
-
-