Package org.serviceconnector.web.cmd
Class WebCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.serviceconnector.web.cmd.WebCommandException
- All Implemented Interfaces:
Serializable
The Class WebCommandException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new not found exception.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
-
WebCommandException
public WebCommandException()Instantiates a new not found exception. -
WebCommandException
Instantiates a new not found exception.- Parameters:
msg- the msg
-