Package kieker.common.exception
Class UnknownRecordTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.common.exception.UnknownRecordTypeException
- All Implemented Interfaces:
Serializable
- Since:
- 1.10
- Author:
- Christian Wulf
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownRecordTypeException(String message, String classname, Throwable cause) Create an unknown record type exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownRecordTypeException
Create an unknown record type exception.- Parameters:
message- exception messageclassname- class involvedcause- cause of the exception
-
-
Method Details
-
getClassName
-