Compoze Software, Inc.

com.compoze.collab
Class MoveSourceIsTargetException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--com.compoze.collab.util.NestedException

                    |

                    +--com.compoze.collab.CollaborationException

                          |

                          +--com.compoze.collab.MoveSourceIsTargetException

All Implemented Interfaces:
java.io.Serializable

public class MoveSourceIsTargetException
extends CollaborationException

Exception class that means that an item was moved to itself.

See Also:
Serialized Form

Constructor Summary
MoveSourceIsTargetException(com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey key)
          Constructs an MoveSourceIsTargetException.
MoveSourceIsTargetException(com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey key, java.lang.Object param)
          Constructs an MoveSourceIsTargetException.
MoveSourceIsTargetException(java.lang.Throwable t, com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey key)
          Constructs an MoveSourceIsTargetException.
MoveSourceIsTargetException(java.lang.Throwable t, com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey key, java.lang.Object param)
          Constructs an MoveSourceIsTargetException.
 
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, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MoveSourceIsTargetException


public MoveSourceIsTargetException(com.compoze.collab.spi.Context ctx,
                                   com.compoze.collab.spi.ExceptionResourceKey key)
Constructs an MoveSourceIsTargetException.
Parameters:
ctx -  
key -  

MoveSourceIsTargetException


public MoveSourceIsTargetException(com.compoze.collab.spi.Context ctx,
                                   com.compoze.collab.spi.ExceptionResourceKey key,
                                   java.lang.Object param)
Constructs an MoveSourceIsTargetException.
Parameters:
ctx -  
key -  
param -  

MoveSourceIsTargetException


public MoveSourceIsTargetException(java.lang.Throwable t,
                                   com.compoze.collab.spi.Context ctx,
                                   com.compoze.collab.spi.ExceptionResourceKey key)
Constructs an MoveSourceIsTargetException.
Parameters:
t -  
ctx -  
key -  

MoveSourceIsTargetException


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

Compoze Software, Inc.

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