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