Package de.julielab.concepts.util
Class MethodCallException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.julielab.jssf.commons.util.JSSFException
-
- de.julielab.concepts.util.ConceptDBManagerException
-
- de.julielab.concepts.util.MethodCallException
-
- All Implemented Interfaces:
Serializable
public class MethodCallException extends ConceptDBManagerException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MethodCallException()MethodCallException(String message)MethodCallException(String message, Throwable cause)MethodCallException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)MethodCallException(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
-
MethodCallException
public MethodCallException()
-
MethodCallException
public MethodCallException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
MethodCallException
public MethodCallException(String message)
-
MethodCallException
public MethodCallException(Throwable cause)
-
-