public class TorqueRuntimeException extends RuntimeException
| Constructor and Description | 
|---|
| TorqueRuntimeException()Constructs a new  TorqueRuntimeExceptionwithout specified
 detail message. | 
| TorqueRuntimeException(String msg)Constructs a new  TorqueRuntimeExceptionwith specified
 detail message. | 
| TorqueRuntimeException(String msg,
                      Throwable nested)Constructs a new  TorqueRuntimeExceptionwith specified
 detail message and nestedThrowable. | 
| TorqueRuntimeException(Throwable nested)Constructs a new  TorqueRuntimeExceptionwith specified
 nestedThrowable. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TorqueRuntimeException()
TorqueRuntimeException without specified
 detail message.public TorqueRuntimeException(String msg)
TorqueRuntimeException with specified
 detail message.msg - the error message.public TorqueRuntimeException(Throwable nested)
TorqueRuntimeException with specified
 nested Throwable.nested - the exception or error that caused this exception
               to be thrown.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.