Package com.sap.conn.jco.server
Class JCoApplicationAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.conn.jco.server.JCoApplicationAuthenticationException
- All Implemented Interfaces:
Serializable
Deprecated.
This exception is used by an application's security handler for notifying a caller system,
that the user, who initiated a remote function call, does not have access to the corresponding
JCoServer
instance.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a new instance of an application authentication exception.Deprecated.Creates a new instance of an application authentication exception with the given message.JCoApplicationAuthenticationException
(String message, Throwable cause) Deprecated.Creates a new instance of an application authentication exception with the given message and a cause exception.Deprecated.Creates a new instance of an application authentication exception with the given cause exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JCoApplicationAuthenticationException
public JCoApplicationAuthenticationException()Deprecated.Creates a new instance of an application authentication exception. -
JCoApplicationAuthenticationException
Deprecated.Creates a new instance of an application authentication exception with the given message.- Parameters:
message
- exception message
-
JCoApplicationAuthenticationException
Deprecated.Creates a new instance of an application authentication exception with the given message and a cause exception.- Parameters:
message
- exception messagecause
- causing exception
-
JCoApplicationAuthenticationException
Deprecated.Creates a new instance of an application authentication exception with the given cause exception.- Parameters:
cause
- causing exception
-
JCoServerSecurityHandler.authenticate(JCoServerContextInfo, JCoServerAuthenticationData...)