public class TorqueRuntimeException extends RuntimeException
Constructor and Description |
---|
TorqueRuntimeException()
Constructs a new
TorqueRuntimeException without specified
detail message. |
TorqueRuntimeException(String msg)
Constructs a new
TorqueRuntimeException with specified
detail message. |
TorqueRuntimeException(String msg,
Throwable nested)
Constructs a new
TorqueRuntimeException with specified
detail message and nested Throwable . |
TorqueRuntimeException(Throwable nested)
Constructs a new
TorqueRuntimeException with specified
nested Throwable . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.