public class BadSecurityHandlerException extends Exception
Constructor and Description |
---|
BadSecurityHandlerException()
Default Constructor.
|
BadSecurityHandlerException(Exception e)
Constructor.
|
BadSecurityHandlerException(String msg)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BadSecurityHandlerException()
public BadSecurityHandlerException(Exception e)
e
- A sub exception.public BadSecurityHandlerException(String msg)
msg
- Message describing exception.Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.