com.filenet.bso.api.util
Class BsoDuplicateFolderNameException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.filenet.bso.api.util.BsoChainingException
|
+--com.filenet.bso.api.util.BsoException
|
+--com.filenet.bso.api.util.BsoDuplicateFolderNameException
- All Implemented Interfaces:
- java.io.Serializable
- public class BsoDuplicateFolderNameException
- extends BsoException
This checked exception is thrown when an attempt is made to create a case file
with a non-unique folder name.
Applications should catch this exception and allow the user to enter a new
case file folder name.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BsoDuplicateFolderNameException
public BsoDuplicateFolderNameException()
- Constructs a
BsoDuplicateFolderNameException
with no specific
detail message. This exception and exceptions derived from it are
checked exceptions which must be specified
in a throws
clause or caught.
BsoDuplicateFolderNameException
public BsoDuplicateFolderNameException(java.lang.String msg)
- Constructs a
BsoDuplicateFolderNameException
with a given
detail message.
- Parameters:
msg
- The detailed message.
BsoDuplicateFolderNameException
public BsoDuplicateFolderNameException(java.lang.String msg,
java.lang.Throwable cause)
- Constructs a
BsoDuplicateFolderNameException
with a given
detail message and the original exception.
If you specify null
for the cause
parameter, constructs
the exception with only the detail message, which is equivalent to calling
BsoDuplicateFolderNameException(msg)
.
- Parameters:
msg
- The detailed message.
cause
- The original exception. Can be null
.
Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.