Class UitzonderingenSectionInResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
be.vlaanderen.vip.magda.exception.ServerException
be.vlaanderen.vip.magda.exception.UitzonderingenSectionInResponseException
- All Implemented Interfaces:
Serializable
An exception thrown when a response contained an Uitzonderingen section. The UitzonderingEntries are included.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUitzonderingenSectionInResponseException(SubjectIdentificationNumber subject, List<UitzonderingEntry> uitzonderingEntries, MagdaServiceIdentification magdaServiceIdentification, UUID correlationID, UUID requestID) UitzonderingenSectionInResponseException(SubjectIdentificationNumber subject, List<UitzonderingEntry> uitzonderingEntries, UUID correlationID, UUID requestID) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class be.vlaanderen.vip.magda.exception.ServerException
getCorrelationID, getRequestIDMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UitzonderingenSectionInResponseException
public UitzonderingenSectionInResponseException(SubjectIdentificationNumber subject, List<UitzonderingEntry> uitzonderingEntries, MagdaServiceIdentification magdaServiceIdentification, UUID correlationID, UUID requestID) -
UitzonderingenSectionInResponseException
@Deprecated(forRemoval=true) public UitzonderingenSectionInResponseException(SubjectIdentificationNumber subject, List<UitzonderingEntry> uitzonderingEntries, UUID correlationID, UUID requestID) Deprecated, for removal: This API element is subject to removal in a future version.
-