com.compoze.collab
Class  LicenseException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.compoze.collab.util.NestedException
                    |
                    +--com.compoze.collab.CollaborationException
                          |
                          +--com.compoze.collab.LicenseException
- All Implemented Interfaces: 
 - java.io.Serializable
 
- public class LicenseException
- extends CollaborationException
  
Exception class that's thrown when there was a problem with the Compoze
 license.
- See Also: 
 - Serialized Form
 
| 
Constructor Summary | 
LicenseException(com.compoze.collab.spi.Context ctx,
                 com.compoze.collab.spi.ExceptionResourceKey baseKey)
 
          Constructs a LicenseException. | 
LicenseException(com.compoze.collab.spi.Context ctx,
                 com.compoze.collab.spi.ExceptionResourceKey baseKey,
                 java.lang.Object param)
 
          Constructs a LicenseException. | 
LicenseException(java.lang.Throwable t,
                 com.compoze.collab.spi.Context ctx,
                 com.compoze.collab.spi.ExceptionResourceKey baseKey)
 
          Constructs a LicenseException. | 
LicenseException(java.lang.Throwable t,
                 com.compoze.collab.spi.Context ctx,
                 com.compoze.collab.spi.ExceptionResourceKey baseKey,
                 java.lang.Object param)
 
          Constructs a LicenseException. | 
 
 
| Methods inherited from class com.compoze.collab.util.NestedException | 
getNestedException, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, toString | 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getLocalizedMessage, getMessage | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
LicenseException
public LicenseException(com.compoze.collab.spi.Context ctx,
                        com.compoze.collab.spi.ExceptionResourceKey baseKey)
- Constructs a LicenseException.
- Parameters:
 ctx - session contextbaseKey - message base key
 
 
LicenseException
public LicenseException(com.compoze.collab.spi.Context ctx,
                        com.compoze.collab.spi.ExceptionResourceKey baseKey,
                        java.lang.Object param)
- Constructs a LicenseException.
- Parameters:
 ctx - session contextbaseKey - message base keyparam - message parameter
 
 
LicenseException
public LicenseException(java.lang.Throwable t,
                        com.compoze.collab.spi.Context ctx,
                        com.compoze.collab.spi.ExceptionResourceKey baseKey)
- Constructs a LicenseException.
- Parameters:
 t - the underlying exceptionctx - session contextbaseKey - message base key
 
 
LicenseException
public LicenseException(java.lang.Throwable t,
                        com.compoze.collab.spi.Context ctx,
                        com.compoze.collab.spi.ExceptionResourceKey baseKey,
                        java.lang.Object param)
- Constructs a LicenseException.
- Parameters:
 t - the underlying exceptionctx - session contextbaseKey - message base keyparam - message parameter
 
 
 Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.