public class IndirectionException extends SystemException
InputStream
,
OutputStream
Modifier and Type | Field and Description |
---|---|
int |
offset
Points to the stream's offset.
|
completed, minor
Constructor and Description |
---|
IndirectionException(int offset)
Creates an IndirectionException with the right offset value.
|
toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public IndirectionException(int offset)
offset
- the stream offset where recursion is detected.Copyright © 2021 JBoss by Red Hat. All rights reserved.