SecException(String, Throwable) constructor
Constructs a new SecException exception.
Syntax
SecException
(
String
msg
,
Throwable
cause
)
Parameters
msg
– The message describing why this exception was thrown.
cause
– The root cause throwable, if any, that resulted in this error.
Created March 27, 2014.
To comment on this topic, go to:
DocCommentXchange
.