Class SendException
- 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
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SendIOException,ValideringException,XmlValideringException
public class SendException extends SikkerDigitalPostException
Felles superklasse for alle Exceptions som oppstår under sending/mottak av forespørsler mot meldingsformidler.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSendException.AntattSkyldig
-
Constructor Summary
Constructors Constructor Description SendException(String message, SendException.AntattSkyldig antattSkyldig, Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SendException.AntattSkyldiggetAntattSkyldig()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SendException
public SendException(String message, SendException.AntattSkyldig antattSkyldig, Exception e)
-
-
Method Detail
-
getAntattSkyldig
public SendException.AntattSkyldig getAntattSkyldig()
-
-