public class FailedToSourceManagedObjectEscalation extends ManagedObjectEscalation
Escalation
that the ManagedObjectSource
indicated a failure
and could not provide a ManagedObject
or its corresponding
Object
for processing.
The failure to source the ManagedObject
can be obtained from
Throwable.getCause()
.
Constructor and Description |
---|
FailedToSourceManagedObjectEscalation(Class<?> objectType,
Throwable cause)
Initiate.
|
getObjectType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FailedToSourceManagedObjectEscalation(Class<?> objectType, Throwable cause)
objectType
- Class
of the Object
returned from the failed
ManagedObject
.cause
- Cause from the ManagedObjectSource
on why it could not
source a ManagedObject
or its corresponding
Object
for processing.Copyright © 2005–2016. All rights reserved.