Package kieker.common.exception
Class UnknownRecordTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.common.exception.UnknownRecordTypeException
- All Implemented Interfaces:
java.io.Serializable
public class UnknownRecordTypeException
extends java.lang.Exception
- Since:
- 1.10
- Author:
- Christian Wulf
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UnknownRecordTypeException(java.lang.String message, java.lang.String classname, java.lang.Throwable cause)
Create an unknown record type exception. -
Method Summary
Modifier and Type Method Description java.lang.String
getClassName()
-
Constructor Details
-
UnknownRecordTypeException
public UnknownRecordTypeException(java.lang.String message, java.lang.String classname, java.lang.Throwable cause)Create an unknown record type exception.- Parameters:
message
- exception messageclassname
- class involvedcause
- cause of the exception
-
-
Method Details
-
getClassName
public java.lang.String getClassName()
-