Class AuditLogAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.sdk.cloudplatform.auditlog.exception.AuditLogAccessException
- All Implemented Interfaces:
Serializable
Runtime exception indicating that there was an issue while accessing the audit log.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuditLogAccessException(String message) Initializes the exception by delegating the message to the super constructor.AuditLogAccessException(String message, Throwable cause) Initializes the exception by delegating the message and the causing exception to the super constructor.AuditLogAccessException(Throwable cause) Initializes the exception by delegating the causing exception to the super 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
-
AuditLogAccessException
Initializes the exception by delegating the message to the super constructor.- Parameters:
message- The exception message.
-
AuditLogAccessException
Initializes the exception by delegating the causing exception to the super constructor.- Parameters:
cause- The exception that caused the exception to be created.
-
AuditLogAccessException
Initializes the exception by delegating the message and the causing exception to the super constructor.- Parameters:
message- The exception message.cause- The exception that caused the exception to be created.
-
AuditLogAccessException
public AuditLogAccessException()
-