public class SessionException extends RuntimeException
| 构造器和说明 |
|---|
SessionException()
Creates a new SessionException.
|
SessionException(String message)
Constructs a new SessionException.
|
SessionException(String message,
Throwable cause)
Constructs a new SessionException.
|
SessionException(Throwable cause)
Constructs a new SessionException.
|
public SessionException()
public SessionException(String message)
message - the reason for the exceptionpublic SessionException(Throwable cause)
cause - the underlying Throwable that caused this exception to be thrown.Copyright © 2021. All rights reserved.