Package net.ontopia.topicmaps.db2tm
Class DB2TMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ontopia.utils.OntopiaRuntimeException
net.ontopia.topicmaps.db2tm.DB2TMException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DB2TMConfigException,DB2TMInputException
INTERNAL: Thrown when runtime errors occur inside DB2TM.
- See Also:
-
Field Summary
Fields inherited from class net.ontopia.utils.OntopiaRuntimeException
cause -
Constructor Summary
ConstructorsConstructorDescriptionDB2TMException(String message) DB2TMException(String message, Throwable cause) DB2TMException(Throwable cause) -
Method Summary
Methods inherited from class net.ontopia.utils.OntopiaRuntimeException
getCause, getMessage, printStackTrace, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
DB2TMException
-
DB2TMException
-
DB2TMException
-