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
ConstructorDescriptionUitzonderingenSectionInResponseException
(SubjectIdentificationNumber subject, List<UitzonderingEntry> uitzonderingEntries) -
Method Summary
Methods 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)
-