Oracle

com.compoze.collab
Class OperationUnsupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.compoze.collab.util.NestedRuntimeException
                  extended by com.compoze.collab.CollaborationRuntimeException
                      extended by com.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.
 
Method Summary
 
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 -

Oracle

Copyright ©1999-2008 Oracle All rights reserved.