com.gemstone.gemfire
Class LicenseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.LicenseException
- All Implemented Interfaces:
- Serializable
public class LicenseException
- extends GemFireException
A LicenseException is thrown when
the license check fails.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LicenseException
public LicenseException(String message)
- Creates a new
LicenseException.
LicenseException
public LicenseException(String message,
Throwable thr)
- Creates a new
LicenseException that was
caused by a given exception
Copyright © 2002-2010 GemStone Systems, Inc. All Rights Reserved.