5.3 Messages from KDCCE0501 to KDCCE0599
This section describes the messages from KDCCE0501 to KDCCE0599 output by the C4Exception class.
-
KDCCE0501-E
Message: KDCCE0501-E caught unexpected exception.
- Description
-
An unexpected exception is caught during the processing of the SOAP client library.
- Action
-
Contact system administrator.
-
KDCCE0550-E
Message: KDCCE0550-E Specified argument is invalid. argument = argument-name : value
- Description
-
The argument is incorrect.
- Action
-
Check if the specified argument is correct.
-
KDCCE0551-E
Message: KDCCE0551-E Specified file does not exist. file = argument, detail = detailed-information
- Description
-
The specified file is incorrect. The invalid contents are described in detailed-information.
- Action
-
Check the following contents depending on detailed-information:
-
does_not_exist
Make sure that the file specified in the argument exists.
-
Directory
Make sure that no directory name is specified in the argument.
-
FileNotFoundException
Make sure that access permission is available for the file specified in the argument.
-
-
KDCCE0553-E
Message: KDCCE0553-E java.lang.SecurityException occurred. file = argument, detail = getMessage()-value-for-security-exception
- Description
-
The specified file cannot be read because the security manager is operating.
- Action
-
Check the security settings for the specified file, or for the application.
-
KDCCE0558-E
Message: KDCCE0558-E The IO error occurred. details = detailed-information
- Description
-
An I/O error occurred during the acquisition of the input stream of the attached file.
- Action
-
Contact the system administrator.