public class SaLockException extends SaBasicException
Constructor and Description |
---|
SaLockException(String message)
Constructs
SaLockException with the specified
message. |
SaLockException(String message,
Throwable cause)
Constructs
SaLockException with the specified
message and nested exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SaLockException(String message)
SaLockException
with the specified
message.message
- the detail message (which is saved for later retrieval by the
Throwable.getMessage()
method).SaBasicException.SaBasicException(String)
public SaLockException(String message, Throwable cause)
SaLockException
with the specified
message and nested exception.message
- the detail message (which is saved for later retrieval by the
Throwable.getMessage()
method).cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)SaBasicException.SaBasicException(String,Throwable)
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.