public class BlogNotFoundException extends NotFoundException
Constructor and Description |
---|
BlogNotFoundException(Long id) |
BlogNotFoundException(String message,
Long blogId,
String blogNameId)
Constructs a new instance of BlogNotFoundException
|
BlogNotFoundException(String message,
Throwable throwable,
Long blogId,
String blogNameId)
Constructs a new instance of BlogNotFoundException
|
Modifier and Type | Method and Description |
---|---|
Long |
getBlogId() |
String |
getBlogNameId() |
void |
setBlogId(Long blogId) |
void |
setBlogNameId(String blogNameId) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BlogNotFoundException(Long id)
id
- the ID for which no blog could be foundpublic BlogNotFoundException(String message, Long blogId, String blogNameId)
public Long getBlogId()
public String getBlogNameId()
public void setBlogId(Long blogId)
public void setBlogNameId(String blogNameId)
Copyright © 2019 Communote team. All rights reserved.