public class BadSecurityHandlerException
extends java.lang.Exception
| Constructor and Description |
|---|
BadSecurityHandlerException()
Default Constructor.
|
BadSecurityHandlerException(java.lang.Exception e)
Constructor.
|
BadSecurityHandlerException(java.lang.String msg)
Constructor.
|
public BadSecurityHandlerException()
public BadSecurityHandlerException(java.lang.Exception e)
e - A sub exception.public BadSecurityHandlerException(java.lang.String msg)
msg - Message describing exception.