| Constructor and description | 
|---|
                                JsonInternalException
                                (String message) | 
                        
                                JsonInternalException
                                (String message, Throwable cause) | 
                        
                                JsonInternalException
                                (Throwable cause) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            Throwable | 
                            getCause() | 
                        
 | 
                            String | 
                            getLocalizedMessage() | 
                        
 | 
                            String | 
                            getMessage() | 
                        
 | 
                            StackTraceElement[] | 
                            getStackTrace() | 
                        
 | 
                            void | 
                            printStackTrace(PrintStream s) | 
                        
 | 
                            void | 
                            printStackTrace(PrintWriter s) | 
                        
 | 
                            void | 
                            printStackTrace() | 
                        
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.