Class ProxyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.xyformsservices.proxy.ProxyException
All Implemented Interfaces:
Serializable

public class ProxyException extends Exception
Exception thrown when dealing with Content Proxy
See Also:
  • Constructor Details

    • ProxyException

      public ProxyException(String message)
      Message based exception.
      Parameters:
      message -
    • ProxyException

      public ProxyException(String message, Throwable t)
      Message and throwable based Exception
      Parameters:
      message -
      t -
    • ProxyException

      public ProxyException(Throwable t)
      Throwable based Exception
      Parameters:
      t -