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, toString
private static final long serialVersionUID
public XPFLazyLoadException(String message)
XPFLazyLoadException
object with the given message.message
- the reason for this XPFLazyLoadException
.Copyright © 2022. All rights reserved.