public class AuthSchemeNotImplException extends ModuleException
Title: Framework Support Library
Description: Signals that the handling of a authorization scheme is not implemented.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Constructor and Description |
---|
AuthSchemeNotImplException()
Constructs an AuthSchemeNotImplException with no detail message.
|
AuthSchemeNotImplException(java.lang.String msg)
Constructs an AuthSchemeNotImplException class with the specified
detail message.
|
public AuthSchemeNotImplException()
public AuthSchemeNotImplException(java.lang.String msg)
msg
- the String containing a detail messageCopyright © 2015-2024 StreamScape Technologies. All rights reserved.