com.bea.wlevs.ede.api
Class MultiStatementException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.bea.wlevs.ede.api.MultiStatementException
- public class MultiStatementException
- extends RuntimeException
Exception raised if one or more errors are detected when loading a set of statements in bulk
- See Also:
- Serialized Form
MultiStatementException
public MultiStatementException(URL location,
List exceptions)
getExceptions
public List getExceptions()
- Retrieves the list of exceptions that were detected
- Returns:
- List of exceptions
getMessage
public String getMessage()
- Overrides:
- getMessage in class Throwable