Class DescriptorMustBeReloadedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.pco.common.exceptions.PcoException
de.pco.common.exceptions.firmware.DescriptorMustBeReloadedException
- All Implemented Interfaces:
Serializable
public class DescriptorMustBeReloadedException extends PcoException
Automatically generated specific Exception according to the PCO_ERROR_ defines
in the PCO_err.h of the SDK
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class de.pco.common.exceptions.PcoException
level1error -
Constructor Summary
Constructors Constructor Description DescriptorMustBeReloadedException()DescriptorMustBeReloadedException(int errorCode) -
Method Summary
Methods inherited from class de.pco.common.exceptions.PcoException
equals, fromErrorCode, getDevice, getErrorCode, getLayer, getMessage, hashCode, isCommon, setDevice, setErrorCode, setLayer, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DescriptorMustBeReloadedException
public DescriptorMustBeReloadedException() -
DescriptorMustBeReloadedException
public DescriptorMustBeReloadedException(int errorCode)
-