public class FloatingLicenseNotFoundException
extends java.lang.Exception
Constructor and Description |
---|
FloatingLicenseNotFoundException()
Creates a new instance of
FloatingLicenseNotFoundException without detail message. |
FloatingLicenseNotFoundException(java.lang.String msg)
Constructs an instance of
FloatingLicenseNotFoundException with the specified detail message. |
public FloatingLicenseNotFoundException()
FloatingLicenseNotFoundException
without detail message.public FloatingLicenseNotFoundException(java.lang.String msg)
FloatingLicenseNotFoundException
with the specified detail message.msg
- the detail message.