java.lang.RuntimeException
Creates a RuntimeOperationsException that wraps the actual java.lang.RuntimeException.parame the wrapped exception. super() ; runtimeException = e ;
RuntimeOperationsException
super() ; runtimeException = e ;
Creates a RuntimeOperationsException that wraps the actual java.lang.RuntimeException with a detailed message.parame the wrapped exception.parammessage the detail message. super(message); runtimeException = e ;
super(message); runtimeException = e ;
Returns the actual {@link RuntimeException} thrown.returnthe wrapped {@link RuntimeException}. return runtimeException;
return runtimeException;
Returns the actual {@link RuntimeException} thrown.returnthe wrapped {@link RuntimeException}. return runtimeException ;
return runtimeException ;