Compoze Software, Inc.

com.compoze.collab
Class OperationUnsupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.compoze.collab.util.NestedRuntimeException
                  extended bycom.compoze.collab.CollaborationRuntimeException
                      extended bycom.compoze.collab.OperationUnsupportedException
All Implemented Interfaces:
java.io.Serializable

public class OperationUnsupportedException
extends CollaborationRuntimeException

This exception is thrown by the API when an operation is not supported by the underlying provider.

See Also:
Serialized Form

Constructor Summary
OperationUnsupportedException(com.compoze.collab.spi.Context context)
          Constructor.
OperationUnsupportedException(com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey key)
          Constructs an OperationUnsupportedException.
OperationUnsupportedException(com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey key, java.lang.Object param)
          Constructs an OperationUnsupportedException.
OperationUnsupportedException(com.compoze.collab.spi.Context context, java.lang.Object param)
          Constructor.
OperationUnsupportedException(java.lang.Throwable t, com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey key)
          Constructs an OperationUnsupportedException.
OperationUnsupportedException(java.lang.Throwable t, com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey key, java.lang.Object param)
          Constructs an OperationUnsupportedException.
 
Methods inherited from class com.compoze.collab.CollaborationRuntimeException
getAdminMessage, getAdminResolution, getProgrammerMessage, getProgrammerResolution, getUserMessage, getUserResolution, main
 
Methods inherited from class com.compoze.collab.util.NestedRuntimeException
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

OperationUnsupportedException

public OperationUnsupportedException(com.compoze.collab.spi.Context context)
Constructor.

Parameters:
context - the API context

OperationUnsupportedException

public OperationUnsupportedException(com.compoze.collab.spi.Context context,
                                     java.lang.Object param)
Constructor.

Parameters:
context - the API context
param - parameter to the message

OperationUnsupportedException

public OperationUnsupportedException(com.compoze.collab.spi.Context ctx,
                                     com.compoze.collab.spi.ExceptionResourceKey key)
Constructs an OperationUnsupportedException.

Parameters:
ctx -
key -

OperationUnsupportedException

public OperationUnsupportedException(com.compoze.collab.spi.Context ctx,
                                     com.compoze.collab.spi.ExceptionResourceKey key,
                                     java.lang.Object param)
Constructs an OperationUnsupportedException.

Parameters:
ctx -
key -
param -

OperationUnsupportedException

public OperationUnsupportedException(java.lang.Throwable t,
                                     com.compoze.collab.spi.Context ctx,
                                     com.compoze.collab.spi.ExceptionResourceKey key)
Constructs an OperationUnsupportedException.

Parameters:
t -
ctx -
key -

OperationUnsupportedException

public OperationUnsupportedException(java.lang.Throwable t,
                                     com.compoze.collab.spi.Context ctx,
                                     com.compoze.collab.spi.ExceptionResourceKey key,
                                     java.lang.Object param)
Constructs an OperationUnsupportedException.

Parameters:
t -
ctx -
key -
param -

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.