public final class InvalidUuidException extends RuntimeException
| 构造器和说明 |
|---|
InvalidUuidException(String message) |
InvalidUuidException(String message,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
static InvalidUuidException |
newInstance(Object obj)
Factory method for creating a runtime exception.
|
public InvalidUuidException(String message)
public static InvalidUuidException newInstance(Object obj)
obj - an object that can, for example, a string of a char array.Copyright © 2024. All rights reserved.