public class MultipleParentException extends IllegalSharingException
| Constructor and Description |
|---|
MultipleParentException()
Create the exception object with default values.
|
MultipleParentException(java.lang.String str)
Create the exception object that outputs message.
|
public MultipleParentException()
public MultipleParentException(java.lang.String str)
str - the message string to be output.