public final class InvalidUuidException extends RuntimeException
| Constructor and Description |
|---|
InvalidUuidException(String message)
Default constructor with a message.
|
InvalidUuidException(String message,
Throwable cause)
Default constructor with a message and the cause.
|
| Modifier and Type | Method and Description |
|---|---|
static InvalidUuidException |
newInstance(Object obj)
Factory method for creating a runtime exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidUuidException(String message)
message - a messagepublic static InvalidUuidException newInstance(Object obj)
obj - an object that can, for example, a string of a char array.Copyright © 2024. All rights reserved.