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
public class DB2TMException extends OntopiaRuntimeException
INTERNAL: Thrown when runtime errors occur inside DB2TM.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.ontopia.utils.OntopiaRuntimeException
cause
-
-
Constructor Summary
Constructors Constructor Description DB2TMException(String message)
DB2TMException(String message, Throwable cause)
DB2TMException(Throwable cause)
-
Method Summary
-
Methods inherited from class net.ontopia.utils.OntopiaRuntimeException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-