Package org.apache.juneau
Class BeanRecursionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.juneau.BasicException
org.apache.juneau.BeanRecursionException
- All Implemented Interfaces:
Serializable
Exception that indicates that a recursion was detected while traversing a POJO model.
See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.juneau.BasicException
getCause, unwrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BeanRecursionException
Constructor.- Parameters:
message
- TheMessageFormat
-style message.args
- OptionalMessageFormat
-style arguments.
-