|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.compoze.collab.util.NestedException
com.compoze.collab.CollaborationException
com.compoze.collab.messaging.UnresolvedRecipientsException
public class UnresolvedRecipientsException
Exception class thrown when recipients could not be resolved.
| 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,
Object param,
IRecipient[] recipients)
Constructs a UnresolvedRecipientsException. |
|
UnresolvedRecipientsException(Throwable t,
com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
IRecipient[] recipients)
Constructs a UnresolvedRecipientsException. |
|
UnresolvedRecipientsException(Throwable t,
com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
Object param,
IRecipient[] recipients)
Constructs a UnresolvedRecipientsException. |
|
| Method Summary | |
|---|---|
IRecipient[] |
getUnresolvedRecipients()
Gets the unresolved recipients. |
| 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 |
|---|
public UnresolvedRecipientsException(com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
IRecipient[] recipients)
ctx - session contextbaseKey - message base keyrecipients - the unresolved recipients (not null)
public UnresolvedRecipientsException(com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
Object param,
IRecipient[] recipients)
ctx - session contextbaseKey - message base keyparam - message parameterrecipients - the unresolved recipients (not null)
public UnresolvedRecipientsException(Throwable t,
com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
IRecipient[] recipients)
t - the underlying exceptionctx - session contextbaseKey - message base keyrecipients - the unresolved recipients (not null)
public UnresolvedRecipientsException(Throwable t,
com.compoze.collab.spi.Context ctx,
com.compoze.collab.spi.ExceptionResourceKey baseKey,
Object param,
IRecipient[] recipients)
t - the underlying exceptionctx - session contextbaseKey - message base keyparam - message parameterrecipients - the unresolved recipients (not null)| Method Detail |
|---|
public IRecipient[] getUnresolvedRecipients()
null)
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||