Package COM.TIBCO.hawk.console.security
Class HsFrameworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
COM.TIBCO.hawk.console.security.HsFrameworkException
- All Implemented Interfaces:
Serializable
Signals that a security exception has occurred
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an exception with a detailed message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HsFrameworkException
Construct an exception with a detailed message.- Parameters:
msg- the detailed message
-