public class JCoServerAuthenticationException extends Exception
JCoServer
instance.JCoServerSecurityHandler.authenticate(JCoServerContextInfo, JCoServerAuthenticationData...)
,
Serialized FormConstructor and Description |
---|
JCoServerAuthenticationException()
Creates a new instance of a server authentication exception.
|
JCoServerAuthenticationException(String message)
Creates a new instance of a server authentication exception with the given message.
|
JCoServerAuthenticationException(String message,
Throwable cause)
Creates a new instance of a server authentication exception with the given message and
a cause exception.
|
JCoServerAuthenticationException(Throwable cause)
Creates a new instance of a server authentication exception with the given cause exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JCoServerAuthenticationException()
public JCoServerAuthenticationException(String message)
message
- exception messagepublic JCoServerAuthenticationException(String message, Throwable cause)
message
- exception messagecause
- causing exceptionpublic JCoServerAuthenticationException(Throwable cause)
cause
- causing exceptionCopyright © 2025 SAP. All rights reserved.