Package com.sap.conn.jco.server
Class JCoApplicationAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.conn.jco.server.JCoApplicationAuthenticationException
- 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 access to the server.
- Since:
- JCo 3.1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of an application authentication exception.Creates a new instance of an application authentication exception with the given message.JCoApplicationAuthenticationException
(String message, Throwable cause) Creates a new instance of an application authentication exception with the given message and a cause exception.Creates a new instance of an application authentication 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
-
JCoApplicationAuthenticationException
public JCoApplicationAuthenticationException()Creates a new instance of an application authentication exception. -
JCoApplicationAuthenticationException
Creates a new instance of an application authentication exception with the given message.- Parameters:
message
- exception message
-
JCoApplicationAuthenticationException
Creates a new instance of an application authentication exception with the given message and a cause exception.- Parameters:
message
- exception messagecause
- causing exception
-
JCoApplicationAuthenticationException
Creates a new instance of an application authentication exception with the given cause exception.- Parameters:
cause
- causing exception
-