Class UpilintegrationservicesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.upilintegrationservices.exceptions.UpilintegrationservicesException
-
- All Implemented Interfaces:
java.io.Serializable
public class UpilintegrationservicesException extends java.lang.ExceptionException class for Upilintegrationservices.- Since:
- 1911
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpilintegrationservicesException(java.lang.String message)UpilintegrationservicesException(java.lang.String message, java.lang.Throwable cause)UpilintegrationservicesException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)UpilintegrationservicesException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
UpilintegrationservicesException
public UpilintegrationservicesException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
UpilintegrationservicesException
public UpilintegrationservicesException(java.lang.String message, java.lang.Throwable cause)
-
UpilintegrationservicesException
public UpilintegrationservicesException(java.lang.String message)
-
UpilintegrationservicesException
public UpilintegrationservicesException(java.lang.Throwable cause)
-
-