Class ProxyDetectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.common.exception.ProxyDetectionException
- All Implemented Interfaces:
Serializable
Special exception thrown when a problem is encountered while trying to retrieve the original implementation
class for a proxy. This is generally in relation to getting the original entity implementation from
a Hibernate javassist proxy.
- Author:
- Jeff Fischer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProxyDetectionException
(String message) ProxyDetectionException
(String message, Throwable cause) ProxyDetectionException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ProxyDetectionException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProxyDetectionException
public ProxyDetectionException() -
ProxyDetectionException
-
ProxyDetectionException
-
ProxyDetectionException
-
ProxyDetectionException
-