public class ScannerException extends RuntimeException
| 构造器和说明 |
|---|
ScannerException()
Creates a new FlywayException.
|
ScannerException(String message)
Creates a new FlywayException with this message.
|
ScannerException(String message,
ErrorCode errorCode)
Creates a new FlywayException with this message and error code
|
ScannerException(String message,
Throwable cause)
Creates a new FlywayException with this message and this cause.
|
ScannerException(String message,
Throwable cause,
ErrorCode errorCode)
Creates a new FlywayException with this message, cause, and error code.
|
ScannerException(Throwable cause)
Creates a new FlywayException with this cause.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ErrorCode |
getErrorCode() |
public ScannerException(String message, Throwable cause, ErrorCode errorCode)
message - The exception message.cause - The exception cause.errorCode - The error code.public ScannerException(String message, ErrorCode errorCode)
message - The exception message.errorCode - The error code.public ScannerException(String message, Throwable cause)
message - The exception message.cause - The exception cause.public ScannerException(Throwable cause)
cause - The exception cause.public ScannerException(String message)
message - The exception message.public ScannerException()
public ErrorCode getErrorCode()
Copyright © 2022. All rights reserved.