Class ProxyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.xyformsservices.proxy.ProxyException
- All Implemented Interfaces:
Serializable
Exception thrown when dealing with Content Proxy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProxyException(String message) Message based exception.ProxyException(String message, Throwable t) Message and throwable based ExceptionThrowable based Exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProxyException
Message based exception.- Parameters:
message-
-
ProxyException
Message and throwable based Exception- Parameters:
message-t-
-
ProxyException
Throwable based Exception- Parameters:
t-
-