Package com.sap.conn.jco.server
Class JCoServerAuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.conn.jco.server.JCoServerAuthorizationException
- All Implemented Interfaces:
Serializable
This exception is used by a JCo server'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.- Since:
- JCo 3.1.11
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of a server authorization exception.JCoServerAuthorizationException
(String message) Creates a new instance of a server authorization exception with the given message.JCoServerAuthorizationException
(String message, Throwable cause) Creates a new instance of a server authorization exception with the given message and a cause exception.Creates a new instance of a server 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
-
JCoServerAuthorizationException
public JCoServerAuthorizationException()Creates a new instance of a server authorization exception. -
JCoServerAuthorizationException
Creates a new instance of a server authorization exception with the given message.- Parameters:
message
- exception message
-
JCoServerAuthorizationException
Creates a new instance of a server authorization exception with the given message and a cause exception.- Parameters:
message
- exception messagecause
- causing exception
-
JCoServerAuthorizationException
Creates a new instance of a server authorization exception with the given cause exception.- Parameters:
cause
- causing exception
-