public class NotFoundException extends Exception
Constructor and Description |
---|
NotFoundException()
Constructs a new exception with
null as its detail message. |
NotFoundException(String message)
Constructs a new exception with the specified detail message.
|
NotFoundException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
NotFoundException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotFoundException()
null
as its detail message.public NotFoundException(String message)
public NotFoundException(Throwable cause)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.