Class RuntimeIOException
- 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.RuntimeIOException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class RuntimeIOException extends SikkerDigitalPostException
Deprecated.Wrapper for IOExceptions i situasjoner der det er ingen/liten praktisk grunn til å anta at en IOException kan oppstå (f.eks. minnerepresentasjoner av streams).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeIOException(IOException e)Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RuntimeIOException
@Deprecated public RuntimeIOException(IOException e)
Deprecated.
-
-