BCGSecurityException

If there are any errors, the security service API throws this exception.

Constructor

BCGSecurityException

Constructor description

The constructor has two forms. One constructs an exception object with null as its detail message. The other constructs an exception object with a specified detail message.

Syntax

Without a detail message

BCGSecurityException()

With a detail message

BCGSecurityException(String s)

Parameters

Without a detail message

With a detail message

s
The detail message

Copyright IBM Corp. 2003, 2005