devpia.dextuploadnj
Class DEXTUploadNJDataParseFailedException
- Minimum version supported
- 1.0.0
- Minimum support environment
- JRE 1.6
- Description
-
The DEXTUploadNJDataParseFailedException class is an exception class that conveys information on errors that occurred during the process of analyzing multipart data. The DEXTUploadNJDataParseFailedException class inherits the DEXTUploadNJException class and has an unchecked exception.
Super class
- Constructor
-
DEXTUploadNJDataParseFailedException
-
Create an object of the DEXTUploadNJDataParseFailedException class.
-
Signatures
public DEXTUploadNJDataParseFailedException() public DEXTUploadNJDataParseFailedException(String message) public DEXTUploadNJDataParseFailedException(String message, Throwable cause) public DEXTUploadNJDataParseFailedException(Throwable cause)
-
Parameters
Name Type Description message java.lang.String Exception message cause java.lang.Throwable Throwable object
-