public class ManagedObjectDecodingException extends DecodingException
Constructor and Description |
---|
ManagedObjectDecodingException(ManagedObject<?> partialManagedObject,
Collection<PropertyException> causes)
Create a new property decoding exception.
|
Modifier and Type | Method and Description |
---|---|
Collection<PropertyException> |
getCauses()
Get an unmodifiable collection view of the causes of this exception.
|
ManagedObject<?> |
getPartialManagedObject()
Get the partially created managed object containing properties which were
successfully decoded and empty properties for those which were not (this
may include empty mandatory properties).
|
getMessageObject
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ManagedObjectDecodingException(ManagedObject<?> partialManagedObject, Collection<PropertyException> causes)
partialManagedObject
- The partially created managed object containing properties
which were successfully decoded and empty properties for those
which were not (this may include empty mandatory properties).causes
- The exception(s) that caused this decoding exception.public Collection<PropertyException> getCauses()
public ManagedObject<?> getPartialManagedObject()
Copyright 2010-2022 ForgeRock AS.