- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.endeca.portal.data.DataSourceException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DataSourceAccessException
public class DataSourceException
extends java.lang.Exception
Thrown when attempting to perform an operation on a data source, such as updating an MDEX state or executing a query
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors
Constructor and Description |
DataSourceException(java.lang.String message)
one-arg constructor
|
DataSourceException(java.lang.String message,
java.lang.Throwable t)
two-arg constructor
|
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- Detail:
- Field |
- Constr |
- Method
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.