Class EntityNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.broadleafcommerce.openadmin.exception.EntityNotFoundException
- All Implemented Interfaces:
Serializable
Created by Jon on 6/24/15.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anEntityNotFoundException
with no detail message.Constructs anEntityNotFoundException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityNotFoundException
public EntityNotFoundException()Constructs anEntityNotFoundException
with no detail message. -
EntityNotFoundException
Constructs anEntityNotFoundException
with the specified detail message.- Parameters:
s
- the detail message.
-