Package org.serviceconnector.web
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.serviceconnector.web.NotFoundException
- All Implemented Interfaces:
Serializable
The Class NotFoundException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new not found exception.NotFoundException(String msg) Instantiates a new not found exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
public NotFoundException()Instantiates a new not found exception. -
NotFoundException
Instantiates a new not found exception.- Parameters:
msg- the msg
-