public IllegalExtensionRuntimeException(String msg)(Code)
Constructs the exception with the specified detail message
Parameters: msg - the detail message
IllegalExtensionRuntimeException
public IllegalExtensionRuntimeException(String msg, Throwable sourceException)(Code)
Constructs the exception with the specified detail message and nested exception
Parameters: msg - the detail message Parameters: sourceException - the nested exception