Thrown by SecurityService methods to indicate various problems.
author: Rafal Krzewski author: Henning P. Schmiedehausen version: $Id: TurbineSecurityException.java 534527 2007-05-02 16:10:59Z tv $
Construct an SecurityException with specified detail message
and nested Throwable.
Parameters: msg - The detail message. Parameters: nested - the exception or error that caused this exceptionto be thrown.