com.cisco.oss.foundation.configuration.validation.exceptions
Class ValidationConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.cisco.oss.foundation.application.exception.RuntimeApplicationException
                  extended by com.cisco.oss.foundation.configuration.validation.exceptions.GeneralConfigException
                      extended by com.cisco.oss.foundation.configuration.validation.exceptions.ValidationConfigException
All Implemented Interfaces:
com.cisco.oss.foundation.application.exception.ApplicationExceptionInterface, Serializable

public class ValidationConfigException
extends GeneralConfigException

Input parameters validation exception

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.cisco.oss.foundation.configuration.validation.exceptions.GeneralConfigException
GeneralConfigError, ValidationError
 
Constructor Summary
ValidationConfigException(String message)
           
ValidationConfigException(String message, Throwable cause)
           
ValidationConfigException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.cisco.oss.foundation.configuration.validation.exceptions.GeneralConfigException
convertToRuntimeException
 
Methods inherited from class com.cisco.oss.foundation.application.exception.RuntimeApplicationException
getAllErrorCodes, getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.cisco.oss.foundation.application.exception.ApplicationExceptionInterface
getMessage
 

Constructor Detail

ValidationConfigException

public ValidationConfigException(String message)

ValidationConfigException

public ValidationConfigException(String message,
                                 Throwable cause)

ValidationConfigException

public ValidationConfigException(Throwable cause)


Copyright © 2014 Cisco. All Rights Reserved.