Package de.hybris.platform.jdbcwrapper
Class ConnectionLostException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.jalo.JaloSystemException
-
- de.hybris.platform.jdbcwrapper.ConnectionLostException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConnectionLostException extends JaloSystemException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionLostException(java.lang.String message, int vendorCode)Constructor ConnectionLostExceptionConnectionLostException(java.lang.Throwable throwable, java.lang.String message, int vendorCode)Constructor ConnectionLostException
-
Method Summary
-
Methods inherited from class de.hybris.platform.jalo.JaloSystemException
getErrorCode, getThrowable, toString
-
-
-
-
Constructor Detail
-
ConnectionLostException
public ConnectionLostException(java.lang.String message, int vendorCode)Constructor ConnectionLostException- Parameters:
message-vendorCode-
-
ConnectionLostException
public ConnectionLostException(java.lang.Throwable throwable, java.lang.String message, int vendorCode)Constructor ConnectionLostException- Parameters:
throwable-message-vendorCode-
-
-