Class ValideringException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- no.difi.sdp.client2.domain.exceptions.SikkerDigitalPostException
-
- no.difi.sdp.client2.domain.exceptions.SendException
-
- no.difi.sdp.client2.domain.exceptions.ValideringException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class ValideringException extends SendException
Deprecated.Indikerer at server har returnert data som ikke validerer i henhold til forventning Eksempler: feil org nummer, manglende ebMS Messaging header- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class no.difi.sdp.client2.domain.exceptions.SendException
SendException.AntattSkyldig
-
-
Constructor Summary
Constructors Constructor Description ValideringException(MessageSenderValidationException e)Deprecated.
-
Method Summary
-
Methods inherited from class no.difi.sdp.client2.domain.exceptions.SendException
getAntattSkyldig
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ValideringException
@Deprecated public ValideringException(MessageSenderValidationException e)
Deprecated.
-
-