public class DsDataFormatException extends IdpRuntimeException
| Constructor and Description | 
|---|
DsDataFormatException()
Creates a new DS Data formatting exception. 
 | 
DsDataFormatException(java.lang.String message,
                     java.lang.Object... args)
Creates a new SDK exception with error message. 
 | 
DsDataFormatException(java.lang.Throwable cause,
                     java.lang.String message,
                     java.lang.Object... args)
Creates a new SDK exception with error message and reserve the exception stack trace. 
 | 
public DsDataFormatException()
public DsDataFormatException(java.lang.String message,
                             java.lang.Object... args)
message - message following String.format(String, Object...) syntaxargs - optional formatting argumentspublic DsDataFormatException(java.lang.Throwable cause,
                             java.lang.String message,
                             java.lang.Object... args)
cause - the nested exceptionmessage - message following String.format(String, Object...) syntaxargs - optional formatting arguments