Package com.adyen.threeds2.exception
        Class InvalidInputException
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            java.io.Serializable
 
 public final class InvalidInputException extends RuntimeException This class represents a runtime exception that occurs due to one of the following reasons: - Parameter value is mandatory, but was not provided.
- Parameter value does not conform to the specified format.
- Parameter value exceeds the maximum limit.
- Parameter value does not meet the minimum length criteria.
 Created by Ran Haveshush on 24/08/2018. 
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description InvalidInputException(String message, Throwable cause)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description - 
                                            
                                        
                                            Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
                                            
                                        
                                            
 
-