public class ServerManagedObjectDecodingException extends DecodingException
Constructor and Description |
---|
ServerManagedObjectDecodingException(ServerManagedObject<?> 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.
|
ServerManagedObject<?> |
getPartialManagedObject()
Get the partially created server 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 ServerManagedObjectDecodingException(ServerManagedObject<?> partialManagedObject, Collection<PropertyException> causes)
partialManagedObject
- The partially created server 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 ServerManagedObject<?> getPartialManagedObject()
Copyright 2010-2022 ForgeRock AS.