Uses of Class
com.luciad.format.s63.TLcdS63Exception.ErrorCode
-
Uses of TLcdS63Exception.ErrorCode in com.luciad.format.s63
Modifier and TypeFieldDescriptionstatic final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_01
Self Signed Key is invalid.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_010
Permits not available for this Data Server.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_011
Cell Permit not found.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_012
Cell Permit format is incorrect.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_013
Cell Permit is invalid (checksum is incorrect) or the Cell Permit is for a different system.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_014
Incorrect system date, check that the computer clock (if accessible) is set correctly or contact your system supplier.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_015
Subscription service has expired.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_016
ENC CRC value is incorrect.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_017
User permit is invalid (checksum is incorrect).static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_018
HW_ID is incorrect format.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_02
Format of Self Signed Key file is incorrect.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_020
Subscription service will expire in less than 30 days.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_021
Decryption failed no valid cell permit found.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_022
SA Digital Certificate (X509) has expired.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_023
Non sequential update, previous update(s) missing try reloading from the base media.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_024
ENC Signature format incorrect, contact your data supplier.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_025
Viewer – The permit for ENChas expired. | static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_026
This ENC is not authenticated by the IHO acting as the Scheme Administrator.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_027
Viewer – ENCis not up to date. | static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_03
SA Signed Data Server Certificate is invalid.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_04
Format of SA Signed DS Certificate is incorrect.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_05
SA Digital Certificate (X509) file is not available.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_06
The SA Signed Data Server Certificate is invalid.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_07
SA signed DS Certificate file is not available.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_08
SA Digital Certificate (X509) file incorrect format.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_09
ENC Signature is invalid.static final TLcdS63Exception.ErrorCode
TLcdS63Exception.ErrorCode.SSE_UNDEFINED
This error code is used whenever no other, predefined code covers the error.Modifier and TypeMethodDescriptionTLcdS63Exception.getErrorCode()
Returns the officialErrorCode
of this exception.ModifierConstructorDescriptionTLcdS63Exception
(TLcdS63Exception.ErrorCode aErrorCode) Creates a new TLcdS63Exception with the given error code.TLcdS63Exception
(String aMessage, TLcdS63Exception.ErrorCode aErrorCode) Creates a new TLcdS63Exception with the given message and error code.