com.dtolabs.rundeck.core.plugins.configuration
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dtolabs.rundeck.core.plugins.configuration.ValidationException
All Implemented Interfaces:
java.io.Serializable

public class ValidationException
extends java.lang.Exception

ValidationException indicates an error validting a property value

See Also:
Serialized Form

Constructor Summary
ValidationException()
           
ValidationException(java.lang.Exception cause)
           
ValidationException(java.lang.String msg)
           
ValidationException(java.lang.String msg, java.lang.Exception cause)
           
 
Method Summary
 
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
 

Constructor Detail

ValidationException

public ValidationException()

ValidationException

public ValidationException(java.lang.String msg)

ValidationException

public ValidationException(java.lang.Exception cause)

ValidationException

public ValidationException(java.lang.String msg,
                           java.lang.Exception cause)