Apache.Shiro.Authz.UnauthenticatedException.UnauthenticatedException C# (CSharp) Method

UnauthenticatedException() public method

public UnauthenticatedException ( ) : System
return System
        public UnauthenticatedException()
        {
        }

Same methods

UnauthenticatedException::UnauthenticatedException ( string message ) : System
UnauthenticatedException::UnauthenticatedException ( string message, Exception innerException ) : System
UnauthenticatedException