Microsoft SDK for Java

SecurityExceptionEx Class Constructors

The SecurityExceptionEx Class contains the following constructors:

SecurityExceptionEx()
SecurityExceptionEx(String s)

SecurityExceptionEx()

Creates a new SecurityExceptionEx object with no detail message.

Syntax

public SecurityExceptionEx();

SecurityExceptionEx(String s)

Creates a new SecurityExceptionEx object based on the specified detail message.

Syntax

public SecurityExceptionEx(String s);

Parameters

s The detail message.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.