blackboard.platform
Class LicenseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by blackboard.platform.BbServiceException
              extended by blackboard.platform.LicenseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadLicenseKeyException, LicenseExpiredException, LicenseNotFoundException, UnlicensedServerException

public class LicenseException
extends BbServiceException

LicenseException

Since:
Bb 6.0
Version:
$Revision: #1 $ $Date: 2005/06/27 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class blackboard.platform.BbServiceException
_nestedException
 
Constructor Summary
LicenseException(java.lang.String msg)
          Constructor
LicenseException(java.lang.String msg, java.lang.Throwable nestedException)
          Constructor
LicenseException(java.lang.Throwable nestedException)
          Constructor
 
Method Summary
 
Methods inherited from class blackboard.platform.BbServiceException
getNestedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LicenseException

public LicenseException(java.lang.String msg)
Constructor


LicenseException

public LicenseException(java.lang.Throwable nestedException)
Constructor


LicenseException

public LicenseException(java.lang.String msg,
                        java.lang.Throwable nestedException)
Constructor



Copyright © 2003 Blackboard, Inc. All Rights Reserved.