Class ProtectionException.InvalidConfigException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.onosproject.net.behaviour.protection.ProtectionException
- 
- org.onosproject.net.behaviour.protection.ProtectionException.InvalidConfigException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Enclosing class:
- ProtectionException
 
 public static class ProtectionException.InvalidConfigException extends ProtectionException Exception thrown when specified configuration was invalid.- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.onosproject.net.behaviour.protection.ProtectionExceptionProtectionException.InvalidConfigException
 
- 
 - 
Constructor SummaryConstructors Constructor Description InvalidConfigException()InvalidConfigException(java.lang.String message)InvalidConfigException(java.lang.String message, java.lang.Throwable cause)InvalidConfigException(java.lang.Throwable cause)
 
- 
- 
- 
Constructor Detail- 
InvalidConfigExceptionpublic InvalidConfigException() 
 - 
InvalidConfigExceptionpublic InvalidConfigException(java.lang.String message) - Parameters:
- message- describing error
 
 - 
InvalidConfigExceptionpublic InvalidConfigException(java.lang.Throwable cause) - Parameters:
- cause- of this Exception
 
 - 
InvalidConfigExceptionpublic InvalidConfigException(java.lang.String message, java.lang.Throwable cause)- Parameters:
- message- describing error
- cause- of this Exception
 
 
- 
 
-