org.eclipse.higgins.idas.api
Class MultipleValuesExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.higgins.idas.api.IdASException
org.eclipse.higgins.idas.api.MultipleValuesExistException
- All Implemented Interfaces:
- Serializable
public class MultipleValuesExistException
- extends IdASException
Thrown in cases where an attribute is expected to have a single value but doesn't.
This is not the same case as when an attribute's model dictates that the
attribute is capable of only holding a single value. For that case, see
NotSingleValuedAttributeException.
This exception may be thrown when an attribute, while capable of holding
multiple values, is expected to hold only one by virtue of the application
which is accessing that attribute.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MultipleValuesExistException
public MultipleValuesExistException()
- See Also:
IdASException.IdASException()
MultipleValuesExistException
public MultipleValuesExistException(String message)
- Parameters:
message - - See Also:
IdASException.IdASException(String)
MultipleValuesExistException
public MultipleValuesExistException(String message,
Throwable cause)
- Parameters:
message - cause - - See Also:
IdASException.IdASException(String, Throwable)
MultipleValuesExistException
public MultipleValuesExistException(Throwable cause)
- Parameters:
cause - - See Also:
IdASException.IdASException(Throwable)