public class OperationNotFoundException
extends org.springframework.security.core.AuthenticationException
| 构造器和说明 |
|---|
OperationNotFoundException(String msg)
Constructs an
AuthenticationException with the specified message and no
root cause. |
OperationNotFoundException(String msg,
Throwable t)
Constructs an
AuthenticationException with the specified message and root
cause. |
public OperationNotFoundException(String msg, Throwable t)
AuthenticationException with the specified message and root
cause.msg - the detail messaget - the root causepublic OperationNotFoundException(String msg)
AuthenticationException with the specified message and no
root cause.msg - the detail messageCopyright © 2019 GTMAP. All rights reserved.