Create a SystemException with the given message and
cause.
Parameters: message - clear message indicating what caused the exception to happenand what should be done to resolve it. Parameters: cause - the Throwable which caused this exception tohappen.