|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
com.antelmann.LicensingException
public class LicensingException
thrown to indicate that no valid license for a requested Object could be obtained.
LicenseManager,
License,
Serialized Form| Constructor Summary | |
|---|---|
LicensingException()
|
|
LicensingException(Class<?> classWithoutLicense)
|
|
LicensingException(Exception ex)
|
|
LicensingException(License license)
|
|
LicensingException(String msg)
|
|
LicensingException(String message,
Object licensee,
License license)
the most explicit constructor |
|
| Method Summary | |
|---|---|
License |
getLicense()
may be null |
Object |
getLicensee()
may be null |
void |
setLicense(License license)
|
void |
setLicensee(Object licensee)
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LicensingException()
public LicensingException(Class<?> classWithoutLicense)
public LicensingException(Exception ex)
public LicensingException(String msg)
public LicensingException(License license)
public LicensingException(String message,
Object licensee,
License license)
| Method Detail |
|---|
public void setLicense(License license)
public void setLicensee(Object licensee)
public License getLicense()
public Object getLicensee()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||