com.sas.drugdev.remote.repository
Class ValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sas.drugdev.remote.repository.ValidationException
All Implemented Interfaces:
java.io.Serializable

public class ValidationException
extends java.lang.Exception

The ValidationException is thrown when a property is invalid for how it is defined in the type. It is also thrown for a bad file or container name.

See Also:
Serialized Form

Constructor Summary
ValidationException()
           
ValidationException(java.lang.String message)
           
ValidationException(java.lang.String message, java.lang.Throwable cause)
           
ValidationException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationException

public ValidationException()

ValidationException

public ValidationException(java.lang.String message)

ValidationException

public ValidationException(java.lang.Throwable cause)

ValidationException

public ValidationException(java.lang.String message,
                           java.lang.Throwable cause)