Class RecordInstantiationException

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

public class RecordInstantiationException extends RuntimeException
Only thrown by the kieker.common.record.factory.old.RecordFactoryWrapper.
Since:
1.10
Author:
Christian Wulf, Reiner Jung - add format string support
See Also:
  • Constructor Details

    • RecordInstantiationException

      public RecordInstantiationException(Throwable throwable)
      Creates a new instance of a exception.
      Parameters:
      throwable - related throwable
    • RecordInstantiationException

      public RecordInstantiationException(String format, Object... arguments)
      Creates a new instance of a exception utilizing a format string.
      Parameters:
      format - format string
      arguments - arguments used for the format string