org.eclipse.higgins.idas.api
Class MultipleValuesExistException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.idas.api.IdASException
              extended byorg.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

Constructor Summary
MultipleValuesExistException()
           
MultipleValuesExistException(String message)
           
MultipleValuesExistException(String message, Throwable cause)
           
MultipleValuesExistException(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

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)