public class CategoryNotFoundException extends Exception
Constructor and Description |
---|
CategoryNotFoundException()
Creates a new instance of
CategoryNotFoundException without detail message. |
CategoryNotFoundException(String msg)
Constructs an instance of
CategoryNotFoundException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CategoryNotFoundException()
CategoryNotFoundException
without detail message.public CategoryNotFoundException(String msg)
CategoryNotFoundException
with the specified detail message.msg
- the detail message.Copyright © 2014. All rights reserved.