public class AccessException extends DSAccessException
Constructor and Description |
---|
AccessException(String message,
DSAccessException cause)
Creates an AccessException from a
DSAccessException . |
AccessException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
AccessException(Throwable cause)
Constructs a new exception with a general message and the cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AccessException(String message, DSAccessException cause)
DSAccessException
.message
- Short explanation of the problem.cause
- The exception that caused this one to be raised.public AccessException(String message, Throwable cause)
message
- Short explanation of the problem.cause
- The exception that caused this one to be raised.public AccessException(Throwable cause)
cause
- The exception that caused this one to be raised.Copyright © 2020–2023 GReD. All rights reserved.