Class TSEISException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.ts.tests.common.connector.whitebox.TSEISException
- All Implemented Interfaces:
Serializable
An Exception class for the internal use of TSeis Data management system.
- Version:
- 1.0, 06/06/02
- Author:
- Binod P.G
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TSEISException
Creates exception with the message.- Parameters:
message
- Error message
-