public class XPFLazyLoadException extends RuntimeException
| Modifier and Type | Field and Description | 
|---|---|
private static long | 
serialVersionUID
Serial version id. 
 | 
| Constructor and Description | 
|---|
XPFLazyLoadException(String message)
Creates a new  
XPFLazyLoadException object with the given message. | 
XPFLazyLoadException(String message,
                    Throwable cause)
Creates a new  
XPFLazyLoadException object using the given message and cause exception. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public XPFLazyLoadException(String message)
XPFLazyLoadException object with the given message.message - the reason for this XPFLazyLoadException.Copyright © 2023. All rights reserved.