org.openmdx.base.exception
Class InvalidCardinalityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openmdx.base.exception.InvalidCardinalityException
All Implemented Interfaces:
Serializable

public class InvalidCardinalityException
extends RuntimeException

Thrown to indicate that a cardinality constraint has been violated.

Author:
H. Burger
See Also:
Serialized Form

Constructor Summary
InvalidCardinalityException()
          Constructs an InvalidCardinalityException with no detail message.
InvalidCardinalityException(String detail)
          Constructs an InvalidCardinalityException with the specified detail message.
 
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

InvalidCardinalityException

public InvalidCardinalityException()
Constructs an InvalidCardinalityException with no detail message.


InvalidCardinalityException

public InvalidCardinalityException(String detail)
Constructs an InvalidCardinalityException with the specified detail message.

Parameters:
detail - the detail message.


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.