Package jetbrains.buildServer.license
Class InvalidLicenseKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.LicenseException
-
- jetbrains.buildServer.license.InvalidLicenseKeyException
-
- All Implemented Interfaces:
Serializable
public class InvalidLicenseKeyException extends LicenseException
- Author:
- Pavel.Sher Date: 19.04.2006
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidLicenseKeyException()
InvalidLicenseKeyException(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
-
InvalidLicenseKeyException
public InvalidLicenseKeyException()
-
InvalidLicenseKeyException
public InvalidLicenseKeyException(String message)
-
-