Package com.xebialabs.license
Class UnableToValidateLicenseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.xebialabs.license.UnableToValidateLicenseException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnableToValidateLicenseException extends java.lang.RuntimeExceptionThis exception typically denotes a system error, e.g. a hashing algorithm is not present.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnableToValidateLicenseException(java.lang.String message, java.lang.Throwable cause)
-