com.sas.drugdev.remote
Class PropertyValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.drugdev.remote.PropertyValidationException
- All Implemented Interfaces:
- java.io.Serializable
public class PropertyValidationException
- extends java.lang.Exception
The PropertyValidationException is thrown when a property is invalid for how a user is defined in SDD.
It is also thrown if using a invalid or non-existent authentication provider.
- See Also:
- Serialized Form
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 |
PropertyValidationException
public PropertyValidationException()
PropertyValidationException
public PropertyValidationException(java.lang.String arg0)
- Parameters:
arg0
-
PropertyValidationException
public PropertyValidationException(java.lang.Throwable arg0)
- Parameters:
arg0
-
PropertyValidationException
public PropertyValidationException(java.lang.String arg0,
java.lang.Throwable arg1)
- Parameters:
arg0
- arg1
-