public class ERogIllegalParentReferenceException extends IllegalStateException
The Replicated Object Graph framework only allows an object to have a single parent reference in the object graph. This exception is thrown when an attempt is made to:
Constructor and Description |
---|
ERogIllegalParentReferenceException(String message)
Constructor a new ERogIllegalParentReferenceException with an exception message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ERogIllegalParentReferenceException(String message)
message
- The exception message.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.