org.openmdx.base.exception
Class InvalidCardinalityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.