com.filenet.bso.api.collaboration.exceptions
Class ValidationException
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.collaboration.exceptions.ValidationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- UserException
- public class ValidationException
- extends BsoException
This exception is thrown if an object property validation failed.
This exception can occur if a request was made to update a property value
that is out of bounds for that property.
- See Also:
- Serialized Form
Constructor Summary |
ValidationException()
Constructs a ValidationException . |
ValidationException(java.lang.String s)
Constructs a ValidationException containing the specified
String . |
ValidationException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a ValidationException 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 |
ValidationException
public ValidationException()
- Constructs a
ValidationException
.
ValidationException
public ValidationException(java.lang.String s)
- Constructs a
ValidationException
containing the specified
String
.
- Parameters:
s
- A String
that contains message text about the exception.
ValidationException
public ValidationException(java.lang.String msg,
java.lang.Throwable cause)
- Constructs a
ValidationException
with a given
detail message and the original exception.
- Parameters:
msg
- the detail messagecause
- the original exception. Null
for this
parameter is the same as no original exception.
Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.