From 45f97b0b7735c9ac75c3f0d010b9524b47807cb8 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 16 Feb 2018 18:11:21 -0500 Subject: Fix more generic exceptions in common Fixed a few more generic exceptions in integrity-audit and integrity-monitor. Fixed license dates. Change-Id: Ibbc21ae5f853896e0d3e416e33b5ea2a13672f62 Issue-ID: POLICY-246 Signed-off-by: Jim Hahn --- .../main/java/org/onap/policy/common/im/StandbyStatusException.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'integrity-monitor/src/main/java/org/onap/policy/common/im/StandbyStatusException.java') diff --git a/integrity-monitor/src/main/java/org/onap/policy/common/im/StandbyStatusException.java b/integrity-monitor/src/main/java/org/onap/policy/common/im/StandbyStatusException.java index b871c9f5..3d27a4c6 100644 --- a/integrity-monitor/src/main/java/org/onap/policy/common/im/StandbyStatusException.java +++ b/integrity-monitor/src/main/java/org/onap/policy/common/im/StandbyStatusException.java @@ -2,7 +2,7 @@ * ============LICENSE_START======================================================= * Integrity Monitor * ================================================================================ - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ package org.onap.policy.common.im; -public class StandbyStatusException extends Exception { +public class StandbyStatusException extends IntegrityMonitorException { /** * */ -- cgit 1.2.3-korg