Class JCoApplicationAuthenticationException

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

public class JCoApplicationAuthenticationException extends Exception
Using this exception the application's security handler notifies the sender system, that the user, who initiated a remote call, does not have access to the server.
Since:
JCo 3.1.0
See Also:
  • Constructor Details

    • JCoApplicationAuthenticationException

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

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

      public JCoApplicationAuthenticationException(String message, Throwable cause)
      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)
      Creates a new instance of an application authentication exception with the given cause exception.
      Parameters:
      cause - causing exception