| Constructor and description | 
|---|
                                Exceptions.JsonInternalException
                                (String message) | 
                        
                                Exceptions.JsonInternalException
                                (String message, Throwable cause) | 
                        
                                Exceptions.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() | 
                        
| Methods inherited from class | Name | 
|---|---|
class RuntimeException | 
                            printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
                        
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.