Package com.sap.conn.jco.server
Class JCoApplicationAuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.conn.jco.server.JCoApplicationAuthorizationException
- 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 the authorization for
invoking this function module in the corresponding
JCoServer
instance.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a new instance of an application authorization exception.Deprecated.Creates a new instance of an application authorization exception with the given message.JCoApplicationAuthorizationException
(String message, Throwable cause) Deprecated.Creates a new instance of an application authorization exception with the given message and a cause exception.Deprecated.Creates a new instance of an application authorization 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
-
JCoApplicationAuthorizationException
public JCoApplicationAuthorizationException()Deprecated.Creates a new instance of an application authorization exception. -
JCoApplicationAuthorizationException
Deprecated.Creates a new instance of an application authorization exception with the given message.- Parameters:
message
- exception message
-
JCoApplicationAuthorizationException
Deprecated.Creates a new instance of an application authorization exception with the given message and a cause exception.- Parameters:
message
- exception messagecause
- causing exception
-
JCoApplicationAuthorizationException
Deprecated.Creates a new instance of an application authorization exception with the given cause exception.- Parameters:
cause
- causing exception
-
JCoServerSecurityHandler.checkAuthorization(JCoServerContextInfo, JCoServerUserContext, String)