Class DittoException.IoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ditto.java.DittoException
com.ditto.java.DittoException.IoException
- All Implemented Interfaces:
Serializable
- Enclosing class:
DittoException
Errors related to IO devices.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ditto.java.DittoException
DittoException.ActivationException, DittoException.ActivationExceptionReason, DittoException.AuthenticationException, DittoException.AuthenticationExceptionReason, DittoException.FatalException, DittoException.IoException, DittoException.IoExceptionReason, DittoException.PresenceException, DittoException.PresenceExceptionReason, DittoException.StoreException, DittoException.StoreExceptionReason, DittoException.TransportException, DittoException.TransportExceptionReason, DittoException.UnknownException, DittoException.UnsupportedException, DittoException.ValidationException, DittoException.ValidationExceptionReason -
Field Summary
Fields inherited from class com.ditto.java.DittoException
internalReason -
Method Summary
Modifier and TypeMethodDescription@NonNull DittoException.IoExceptionReasonReturns the specific reason for this I/O error.Methods inherited from class com.ditto.java.DittoException
getLocalizedMessage, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getReason
Returns the specific reason for this I/O error.- Returns:
- the
DittoException.IoExceptionReasondescribing what I/O operation failed.
-