Add welcome message on creation ...
This commit is contained in:
@@ -25,4 +25,10 @@ public class WiseMappingException
|
||||
{
|
||||
super(str);
|
||||
}
|
||||
public WiseMappingException(String str,Exception e)
|
||||
{
|
||||
super(str);
|
||||
initCause(e);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user