Package com.sap.conn.jco.server
Class JCoApplicationAuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.conn.jco.server.JCoApplicationAuthorizationException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionCreates a new instance of an application authorization exception.Creates a new instance of an application authorization exception with the given message.JCoApplicationAuthorizationException
(String message, Throwable cause) Creates a new instance of an application authorization exception with the given message and a cause exception.Creates a new instance of an application authorization exception with the given cause exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JCoApplicationAuthorizationException
public JCoApplicationAuthorizationException()Creates a new instance of an application authorization exception. -
JCoApplicationAuthorizationException
Creates a new instance of an application authorization exception with the given message.- Parameters:
message
- exception message
-
JCoApplicationAuthorizationException
Creates a new instance of an application authorization exception with the given message and a cause exception.- Parameters:
message
- exception messagecause
- causing exception
-
JCoApplicationAuthorizationException
Creates a new instance of an application authorization exception with the given cause exception.- Parameters:
cause
- causing exception
-