Objects of this class are immutable.
Creates a new instance of ConstraintViolatedException. The message is set to show whatever specifier was given.paramexceptionType DOCUMENT ME! super(" specifier = " + exceptionType.getName()); //$NON-NLS-1$ this.exceptionType = exceptionType;
ConstraintViolatedException
super(" specifier = " + exceptionType.getName()); //$NON-NLS-1$ this.exceptionType = exceptionType;
Constructs an instance of ConstraintViolatedException with the specified detail message.paramexceptionType DOCUMENT ME!parammsg the detail message. super(msg); this.exceptionType = exceptionType;
super(msg); this.exceptionType = exceptionType;
Getter for property specifier. The specifier indicates what kind of exception occurred.returnValue of property specifier. return this.exceptionType;
return this.exceptionType;