Uses of Class
com.luciad.format.s63.TLcdS63Exception.ErrorCode
Packages that use TLcdS63Exception.ErrorCode
-
Uses of TLcdS63Exception.ErrorCode in com.luciad.format.s63
Fields in com.luciad.format.s63 declared as TLcdS63Exception.ErrorCodeModifier and TypeFieldDescriptionstatic final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_01Self Signed Key is invalid.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_010Permits not available for this Data Server.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_011Cell Permit not found.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_012Cell Permit format is incorrect.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_013Cell Permit is invalid (checksum is incorrect) or the Cell Permit is for a different system.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_014Incorrect system date, check that the computer clock (if accessible) is set correctly or contact your system supplier.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_015Subscription service has expired.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_016ENC CRC value is incorrect.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_017User permit is invalid (checksum is incorrect).static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_018HW_ID is incorrect format.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_02Format of Self Signed Key file is incorrect.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_020Subscription service will expire in less than 30 days.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_021Decryption failed no valid cell permit found.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_022SA Digital Certificate (X509) has expired.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_023Non sequential update, previous update(s) missing try reloading from the base media.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_024ENC Signature format incorrect, contact your data supplier.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_025Viewer – The permit for ENChas expired. | static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_026This ENC is not authenticated by the IHO acting as the Scheme Administrator.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_027Viewer – ENCis not up to date. | static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_03SA Signed Data Server Certificate is invalid.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_04Format of SA Signed DS Certificate is incorrect.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_05SA Digital Certificate (X509) file is not available.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_06The SA Signed Data Server Certificate is invalid.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_07SA signed DS Certificate file is not available.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_08SA Digital Certificate (X509) file incorrect format.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_09ENC Signature is invalid.static final TLcdS63Exception.ErrorCodeTLcdS63Exception.ErrorCode.SSE_UNDEFINEDThis error code is used whenever no other, predefined code covers the error.Methods in com.luciad.format.s63 that return TLcdS63Exception.ErrorCodeModifier and TypeMethodDescriptionTLcdS63Exception.getErrorCode()Returns the officialErrorCodeof this exception.Constructors in com.luciad.format.s63 with parameters of type TLcdS63Exception.ErrorCodeModifierConstructorDescriptionTLcdS63Exception(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.