Class LogonErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.cloud.sdk.s4hana.connectivity.exception.RequestExecutionException
com.sap.cloud.sdk.s4hana.connectivity.exception.LogonErrorException
- All Implemented Interfaces:
Serializable
Deprecated.
This module will be discontinued, along with its classes and methods.
Thrown when a certain service refuses the logon attempt.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.LogonErrorException
(String message) Deprecated.Constructor.LogonErrorException
(String message, Throwable cause) Deprecated.Constructor.LogonErrorException
(Throwable cause) Deprecated.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LogonErrorException
Deprecated.Constructor.- Parameters:
message
- The message.
-
LogonErrorException
Deprecated.Constructor.- Parameters:
cause
- The error cause.
-
LogonErrorException
Deprecated.Constructor.- Parameters:
message
- The message.cause
- The error cause.
-
LogonErrorException
public LogonErrorException()Deprecated.
-