com.compoze.collab
Class LicenseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.compoze.collab.util.NestedException
              extended by com.compoze.collab.CollaborationException
                  extended by com.compoze.collab.LicenseException
All Implemented Interfaces
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, Object param)
          Constructs a LicenseException.
LicenseException(Throwable t, com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey baseKey)
          Constructs a LicenseException.
LicenseException(Throwable t, com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey baseKey, Object param)
          Constructs a LicenseException.
 
Method Summary
 
Methods inherited from class com.compoze.collab.CollaborationException
getAdminMessage, getAdminResolution, getBaseKey, getKey, getProgrammerMessage, getProgrammerResolution, getUserMessage, getUserResolution, main
 
Methods inherited from class com.compoze.collab.util.NestedException
getNestedException, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LicenseException

public LicenseException(com.compoze.collab.spi.Context ctx,
                        com.compoze.collab.spi.ExceptionResourceKey baseKey)
Constructs a LicenseException.

Parameters
ctx - session context
baseKey - message base key

LicenseException

public LicenseException(com.compoze.collab.spi.Context ctx,
                        com.compoze.collab.spi.ExceptionResourceKey baseKey,
                        Object param)
Constructs a LicenseException.

Parameters
ctx - session context
baseKey - message base key
param - message parameter

LicenseException

public LicenseException(Throwable t,
                        com.compoze.collab.spi.Context ctx,
                        com.compoze.collab.spi.ExceptionResourceKey baseKey)
Constructs a LicenseException.

Parameters
t - the underlying exception
ctx - session context
baseKey - message base key

LicenseException

public LicenseException(Throwable t,
                        com.compoze.collab.spi.Context ctx,
                        com.compoze.collab.spi.ExceptionResourceKey baseKey,
                        Object param)
Constructs a LicenseException.

Parameters
t - the underlying exception
ctx - session context
baseKey - message base key
param - message parameter


Copyright © 2006 BEA Systems, Inc. All Rights Reserved