Class SessionCounterAddressNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.sentinel.charging.sessioncounters.SessionCounterAddressNotFound
-
- All Implemented Interfaces:
java.io.Serializable
public class SessionCounterAddressNotFound extends java.lang.Exception
Exception thrown if noSessionCounter
exists for aSessionCounterAddress
when queried onSessionCounters
access.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionCounterAddressNotFound(java.lang.String message)
Create aSessionCounterAddressNotFound
with a detail message.SessionCounterAddressNotFound(java.lang.String message, java.lang.Throwable cause)
Create aSessionCounterAddressNotFound
with a detail message and cause.
-
-
-
Constructor Detail
-
SessionCounterAddressNotFound
public SessionCounterAddressNotFound(java.lang.String message, java.lang.Throwable cause)
Create aSessionCounterAddressNotFound
with a detail message and cause.- Parameters:
message
- the detail message.cause
- the reason this exception was thrown.
-
SessionCounterAddressNotFound
public SessionCounterAddressNotFound(java.lang.String message)
Create aSessionCounterAddressNotFound
with a detail message.- Parameters:
message
- the detail message.
-
-