|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.compoze.util.NestedException
|
+--com.compoze.domino.DominoException
|
+--com.compoze.domino.FolderAlreadyExistsException
This class is an exception that indicates an attempt to rename a folder and the folder name already exists.
| Constructor Summary | |
FolderAlreadyExistsException()
Constructor. |
|
FolderAlreadyExistsException(java.lang.Exception e)
Constructor. |
|
FolderAlreadyExistsException(java.lang.Exception e,
java.lang.String sMessage)
Constructor. |
|
FolderAlreadyExistsException(java.lang.String sMessage)
Constructor. |
|
FolderAlreadyExistsException(java.lang.String sMessage,
long lResultCode)
Constructor. |
|
FolderAlreadyExistsException(java.lang.Throwable t)
Constructor. |
|
FolderAlreadyExistsException(java.lang.Throwable t,
java.lang.String sMessage)
Constructor. |
|
FolderAlreadyExistsException(java.lang.Throwable t,
java.lang.String sMessage,
java.lang.String sUserMessage)
Constructor. |
|
| Methods inherited from class com.compoze.domino.DominoException |
getResultCode, getUserMessage |
| Methods inherited from class com.compoze.util.NestedException |
getNestedException, 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 |
public FolderAlreadyExistsException()
public FolderAlreadyExistsException(java.lang.String sMessage)
sMessage - a detail message for the exceptionpublic FolderAlreadyExistsException(java.lang.Exception e)
e - the underlying exception
public FolderAlreadyExistsException(java.lang.Exception e,
java.lang.String sMessage)
e - the underlying exceptionsMessage - a detail message for the exceptionpublic FolderAlreadyExistsException(java.lang.Throwable t)
t - the underlying throwable
public FolderAlreadyExistsException(java.lang.Throwable t,
java.lang.String sMessage)
t - the underlying throwablesMessage - a detail message for the exception
public FolderAlreadyExistsException(java.lang.Throwable t,
java.lang.String sMessage,
java.lang.String sUserMessage)
t - the underlying throwablesMessage - a detail message for the exceptionsUserMessage - a message suitable for display to the
user
public FolderAlreadyExistsException(java.lang.String sMessage,
long lResultCode)
sMessage - a detail message for the exceptionlResultCode - the result code
|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||