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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.juneau.BasicExceptiongetCause, unwrapMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
BeanRecursionExceptionConstructor.- Parameters:
- message- The- MessageFormat-style message.
- args- Optional- MessageFormat-style arguments.
 
 
-