public class AttachmentStillAssignedException extends Exception
| Constructor and Description |
|---|
AttachmentStillAssignedException(String message,
Long attachmentId,
Long noteId)
Creates a new instance of the exception
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getAttachmentId() |
Long |
getNoteId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AttachmentStillAssignedException(String message, Long attachmentId, Long noteId)
message - a detailed messageattachmentId - the ID of the attachment that is still assigned to a notenoteId - the ID of the note the attachment is still assigned toCopyright © 2019 Communote team. All rights reserved.