com.compoze.collab.messaging
Class UnresolvedRecipientsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.compoze.collab.util.NestedException
|
+--com.compoze.collab.CollaborationException
|
+--com.compoze.collab.messaging.UnresolvedRecipientsException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnresolvedRecipientsException
- extends CollaborationException
Exception class thrown when recipients could not be resolved.
- See Also:
- Serialized Form
|
Constructor Summary |
UnresolvedRecipientsException(com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
IRecipient[] recipients)
Constructs a UnresolvedRecipientsException. |
UnresolvedRecipientsException(com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
java.lang.Object param,
IRecipient[] recipients)
Constructs a UnresolvedRecipientsException. |
UnresolvedRecipientsException(java.lang.Throwable t,
com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
IRecipient[] recipients)
Constructs a UnresolvedRecipientsException. |
UnresolvedRecipientsException(java.lang.Throwable t,
com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
java.lang.Object param,
IRecipient[] recipients)
Constructs a UnresolvedRecipientsException. |
| 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 |
UnresolvedRecipientsException
public UnresolvedRecipientsException(com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
IRecipient[] recipients)
- Constructs a UnresolvedRecipientsException.
- Parameters:
ctx - session contextbaseKey - message base keyrecipients - the unresolved recipients (not null)
UnresolvedRecipientsException
public UnresolvedRecipientsException(com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
java.lang.Object param,
IRecipient[] recipients)
- Constructs a UnresolvedRecipientsException.
- Parameters:
ctx - session contextbaseKey - message base keyparam - message parameterrecipients - the unresolved recipients (not null)
UnresolvedRecipientsException
public UnresolvedRecipientsException(java.lang.Throwable t,
com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
IRecipient[] recipients)
- Constructs a UnresolvedRecipientsException.
- Parameters:
t - the underlying exceptionctx - session contextbaseKey - message base keyrecipients - the unresolved recipients (not null)
UnresolvedRecipientsException
public UnresolvedRecipientsException(java.lang.Throwable t,
com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
java.lang.Object param,
IRecipient[] recipients)
- Constructs a UnresolvedRecipientsException.
- Parameters:
t - the underlying exceptionctx - session contextbaseKey - message base keyparam - message parameterrecipients - the unresolved recipients (not null)
getUnresolvedRecipients
public IRecipient[] getUnresolvedRecipients()
- Gets the unresolved recipients.
- Returns:
- the unresolved recipients (not
null)
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.