Class JCoApplicationAuthenticationException

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

@Deprecated public class JCoApplicationAuthenticationException extends Exception
Deprecated.
Will be removed in a future release without further notice. This class is no longer needed when using the new security handler method JCoServerSecurityHandler.authenticate(JCoServerContextInfo, JCoServerAuthenticationData...)
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.
Since:
JCo 3.1.0
See Also:
  • Constructor Details

    • JCoApplicationAuthenticationException

      public JCoApplicationAuthenticationException()
      Deprecated.
      Creates a new instance of an application authentication exception.
    • JCoApplicationAuthenticationException

      public JCoApplicationAuthenticationException(String message)
      Deprecated.
      Creates a new instance of an application authentication exception with the given message.
      Parameters:
      message - exception message
    • JCoApplicationAuthenticationException

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

      public JCoApplicationAuthenticationException(Throwable cause)
      Deprecated.
      Creates a new instance of an application authentication exception with the given cause exception.
      Parameters:
      cause - causing exception