BCGSecurityException
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.
Without a detail message
BCGSecurityException()
With a detail message
BCGSecurityException(String s)
Without a detail message
With a detail message