com.filenet.bso.api.util
Class BsoUpdateFailedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.filenet.bso.api.util.BsoChainingRuntimeException
|
+--com.filenet.bso.api.util.BsoRuntimeException
|
+--com.filenet.bso.api.util.BsoUpdateFailedException
- All Implemented Interfaces:
- java.io.Serializable
- public class BsoUpdateFailedException
- extends BsoRuntimeException
Thrown when an attempt is made to update one of the upper-level elements of the
persistent content with stale, out-of-date data.
- See Also:
- Serialized Form
Constructor Summary |
BsoUpdateFailedException()
Constructs a BsoUpdateFailedException with no specific
detail message. |
BsoUpdateFailedException(java.lang.String msg)
Constructs a BsoUpdateFailedException with a given
detail message. |
BsoUpdateFailedException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a BsoUpdateFailedException with a given
detail message and the original exception. |
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 |
BsoUpdateFailedException
public BsoUpdateFailedException()
- Constructs a
BsoUpdateFailedException
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.
BsoUpdateFailedException
public BsoUpdateFailedException(java.lang.String msg)
- Constructs a
BsoUpdateFailedException
with a given
detail message.
- Parameters:
msg
- The detailed message.
BsoUpdateFailedException
public BsoUpdateFailedException(java.lang.String msg,
java.lang.Throwable cause)
- Constructs a
BsoUpdateFailedException
with a given
detail message and the original exception.
If you specify null
for the e
parameter, constructs
the exception with only the detail message, which is equivalent to calling
BsoUpdateFailedException(msg)
.
- Parameters:
msg
- The detailed message.
cause
- the original exception. Can be null
.
Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.