Package dev.morphia.mapping.lazy.proxy
Class ReferenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.morphia.mapping.lazy.proxy.ReferenceException
-
- All Implemented Interfaces:
Serializable
public class ReferenceException extends RuntimeException
An exception for use with references.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReferenceException(String msg)
Creates a ReferenceException with the given message
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ReferenceException
public ReferenceException(String msg)
Creates a ReferenceException with the given message- Parameters:
msg
- the message to log
-
-