Package de.julielab.concepts.util
Class MappingInsertionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.julielab.jssf.commons.util.JSSFException
-
- de.julielab.concepts.util.ConceptDBManagerException
-
- de.julielab.concepts.util.MappingInsertionException
-
- All Implemented Interfaces:
Serializable
public class MappingInsertionException extends ConceptDBManagerException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MappingInsertionException()MappingInsertionException(String message)MappingInsertionException(String message, Throwable cause)MappingInsertionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)MappingInsertionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MappingInsertionException
public MappingInsertionException()
-
MappingInsertionException
public MappingInsertionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
MappingInsertionException
public MappingInsertionException(String message)
-
MappingInsertionException
public MappingInsertionException(Throwable cause)
-
-