Class ProxyDetectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.common.exception.ProxyDetectionException
All Implemented Interfaces:
Serializable

public class ProxyDetectionException extends RuntimeException
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 Details

    • ProxyDetectionException

      public ProxyDetectionException()
    • ProxyDetectionException

      public ProxyDetectionException(String message)
    • ProxyDetectionException

      public ProxyDetectionException(String message, Throwable cause)
    • ProxyDetectionException

      public ProxyDetectionException(Throwable cause)
    • ProxyDetectionException

      public ProxyDetectionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)