Class JCoApplicationAuthorizationException

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

public class JCoApplicationAuthorizationException 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 enough permissions.
See Also:
  • Constructor Details

    • JCoApplicationAuthorizationException

      public JCoApplicationAuthorizationException()
      Creates a new instance of an application authorization exception.
    • JCoApplicationAuthorizationException

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

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

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