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