mirror of
https://github.com/Telecominfraproject/wlan-cloud-base.git
synced 2025-11-01 19:08:20 +00:00
renamed com.whizcontrol java packages into com.telecominfraproject.wlan
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package com.whizcontrol.client.exceptions;
|
||||
package com.telecominfraproject.wlan.client.exceptions;
|
||||
|
||||
/**
|
||||
* Exception with message set to the remote URL the request should be redirect
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package com.whizcontrol.client.exceptions;
|
||||
package com.telecominfraproject.wlan.client.exceptions;
|
||||
|
||||
/**
|
||||
* Remote API Call connection exception
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.whizcontrol.datastore.exceptions;
|
||||
package com.telecominfraproject.wlan.datastore.exceptions;
|
||||
|
||||
public class DsConcurrentModificationException extends RuntimeException {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.whizcontrol.datastore.exceptions;
|
||||
package com.telecominfraproject.wlan.datastore.exceptions;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.whizcontrol.datastore.exceptions;
|
||||
package com.telecominfraproject.wlan.datastore.exceptions;
|
||||
|
||||
public class DsDuplicateEntityException extends RuntimeException {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.whizcontrol.datastore.exceptions;
|
||||
package com.telecominfraproject.wlan.datastore.exceptions;
|
||||
|
||||
public class DsEntityNotFoundException extends RuntimeException {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.whizcontrol.datastore.exceptions;
|
||||
package com.telecominfraproject.wlan.datastore.exceptions;
|
||||
|
||||
public class DsForeignKeyViolatedException extends RuntimeException {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.whizcontrol.datastore.exceptions;
|
||||
package com.telecominfraproject.wlan.datastore.exceptions;
|
||||
|
||||
public class DsInvalidNumberEntitiesReturned extends RuntimeException {
|
||||
private static final long serialVersionUID = -3714845675690578087L;
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package com.whizcontrol.models.exceptions;
|
||||
package com.telecominfraproject.wlan.models.exceptions;
|
||||
|
||||
/**
|
||||
* Unable to instantiate object from class.
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.whizcontrol.rules.exceptions;
|
||||
package com.telecominfraproject.wlan.rules.exceptions;
|
||||
|
||||
/**
|
||||
* @author dtop
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.whizcontrol.server.exceptions;
|
||||
package com.telecominfraproject.wlan.server.exceptions;
|
||||
|
||||
/**
|
||||
* @author dtop
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package com.whizcontrol.server.exceptions;
|
||||
package com.telecominfraproject.wlan.server.exceptions;
|
||||
|
||||
/**
|
||||
* Generic wrapper exception
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.whizcontrol.server.exceptions;
|
||||
package com.telecominfraproject.wlan.server.exceptions;
|
||||
|
||||
/**
|
||||
* @author dtop
|
||||
@@ -4,6 +4,8 @@ import org.junit.Test;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import com.telecominfraproject.wlan.rules.exceptions.RulesCompilationException;
|
||||
|
||||
public class RuleCompilationExceptionTests {
|
||||
|
||||
private static final Logger LOG = LoggerFactory.getLogger(RuleCompilationExceptionTests.class);
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
-->
|
||||
<logger name="org.springframework" level="WARN"/>
|
||||
<logger name="org.reflections" level="WARN"/>
|
||||
<logger name="com.whizcontrol" level="${art2waveLogLevel:-DEBUG}"/>
|
||||
<logger name="com.telecominfraproject.wlan" level="${art2waveLogLevel:-DEBUG}"/>
|
||||
<logger name="com.netflix.servo.tag.aws.AwsInjectableTag" level="OFF"/>
|
||||
|
||||
<root level="WARN">
|
||||
|
||||
Reference in New Issue
Block a user