public class IdDoesNotExistException extends HandlerException
| Constructor and Description |
|---|
IdDoesNotExistException()
Creates a new instance of
IdDoesNotExistException without
detail message. |
IdDoesNotExistException(Exception e) |
IdDoesNotExistException(String msg)
Constructs an instance of
IdDoesNotExistException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IdDoesNotExistException()
IdDoesNotExistException without
detail message.public IdDoesNotExistException(String msg)
IdDoesNotExistException with the
specified detail message.msg - the detail message.public IdDoesNotExistException(Exception e)
Copyright © 2017 DuraSpace. All Rights Reserved.