Package java.lang
Class SecurityException

Public Constructor SecurityException

SecurityException()

SecurityException(String s)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor SecurityException():

Constructs an SecurityException with no detail message.

constructor SecurityException(String s):

Constructs an SecurityException with the specified detail message.