Class JCoServerAuthenticationException

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

public class JCoServerAuthenticationException 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 access to the corresponding JCoServer instance.
Since:
JCo 3.1.11
See Also:
  • Constructor Details

    • JCoServerAuthenticationException

      public JCoServerAuthenticationException()
      Creates a new instance of a server authentication exception.
    • JCoServerAuthenticationException

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

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

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