Class UnknownRecordTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.common.exception.UnknownRecordTypeException
All Implemented Interfaces:
Serializable

public class UnknownRecordTypeException extends Exception
Since:
1.10
Author:
Christian Wulf
See Also:
  • Constructor Details

    • UnknownRecordTypeException

      public UnknownRecordTypeException(String message, String classname, Throwable cause)
      Create an unknown record type exception.
      Parameters:
      message - exception message
      classname - class involved
      cause - cause of the exception
  • Method Details

    • getClassName

      public String getClassName()