Class JCoServerAuthorizationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.conn.jco.server.JCoServerAuthorizationException
All Implemented Interfaces:
Serializable

public class JCoServerAuthorizationException extends Exception
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 Details

    • JCoServerAuthorizationException

      public JCoServerAuthorizationException()
      Creates a new instance of a server authorization exception.
    • JCoServerAuthorizationException

      public JCoServerAuthorizationException(String message)
      Creates a new instance of a server authorization exception with the given message.
      Parameters:
      message - exception message
    • JCoServerAuthorizationException

      public JCoServerAuthorizationException(String message, Throwable cause)
      Creates a new instance of a server authorization exception with the given message and a cause exception.
      Parameters:
      message - exception message
      cause - causing exception
    • JCoServerAuthorizationException

      public JCoServerAuthorizationException(Throwable cause)
      Creates a new instance of a server authorization exception with the given cause exception.
      Parameters:
      cause - causing exception