kieker.common.record.flow.trace.operation.constructor
Class AfterConstructorFailedEvent
java.lang.Object
kieker.common.record.AbstractMonitoringRecord
kieker.common.record.flow.AbstractEvent
kieker.common.record.flow.trace.AbstractTraceEvent
kieker.common.record.flow.trace.operation.AbstractOperationEvent
kieker.common.record.flow.trace.operation.AfterOperationEvent
kieker.common.record.flow.trace.operation.constructor.AfterConstructorEvent
kieker.common.record.flow.trace.operation.constructor.AfterConstructorFailedEvent
- All Implemented Interfaces:
- Serializable, Comparable<IMonitoringRecord>, IEventRecord, IExceptionRecord, IFlowRecord, IOperationRecord, ITraceRecord, IMonitoringRecord, IMonitoringRecord.Factory
public class AfterConstructorFailedEvent
- extends AfterConstructorEvent
- implements IExceptionRecord
- Author:
- Jan Waller
- See Also:
- Serialized Form
Field Summary |
static String |
NO_CAUSE
Constant to be used if no cause required. |
Methods inherited from class kieker.common.record.AbstractMonitoringRecord |
checkArray, classForName, compareTo, createFromArray, createFromStringArray, equals, fromStringArrayToTypedArray, getLoggingTimestamp, hashCode, setLoggingTimestamp, toString, typesForClass |
NO_CAUSE
public static final String NO_CAUSE
- Constant to be used if no cause required.
- See Also:
- Constant Field Values
AfterConstructorFailedEvent
public AfterConstructorFailedEvent(long timestamp,
long traceId,
int orderIndex,
String operationSiganture,
String classSignature,
String cause)
AfterConstructorFailedEvent
public AfterConstructorFailedEvent(Object[] values)
toArray
public Object[] toArray()
- Specified by:
toArray
in interface IMonitoringRecord
- Overrides:
toArray
in class AfterConstructorEvent
getValueTypes
public Class<?>[] getValueTypes()
- Specified by:
getValueTypes
in interface IMonitoringRecord
- Overrides:
getValueTypes
in class AfterConstructorEvent
getCause
public final String getCause()
- Specified by:
getCause
in interface IExceptionRecord
Copyright 2012 Kieker Project, http://kieker-monitoring.net>