public class IdDoesNotExistException extends HandlerException
| Constructor and Description |
|---|
IdDoesNotExistException()
without
detail message.
|
IdDoesNotExistException(Exception e) |
IdDoesNotExistException(String msg)
with the
specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IdDoesNotExistException()
public IdDoesNotExistException(String msg)
msg - the detail message.public IdDoesNotExistException(Exception e)
Copyright © 2020. All rights reserved.