Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.persistence
Class ConstraintException
java.lang.Throwable
  |
  +--java.lang.Exception
       |
       +--com.newstep.solid.persistence.PersistenceException
            |
            +--com.newstep.solid.persistence.ConstraintException
All Implemented Interfaces:
       Serializable
Direct Known Subclasses:
       UniqueConstraintException

public class ConstraintException      
Exceptions:
true
 
Links:
Generalization Generalization Link
to Class PersistenceException
 
 

Field Summary
String
private String
private final static long
Constructor Summary
public void
ConstraintException(SQLException sqle)
public void
ConstraintException(String msgKey)
Method Summary
public String
public void
setName(String name)
Field Detail
name
String name
 

name
private String name
Multiplicity:
1
 

serialVersionUID
private final static long serialVersionUID
Final.
Multiplicity:
1
Static.
 
Constructor Detail
ConstraintException
public void ConstraintException (SQLException sqle)
 
Stereotype:
create
 

ConstraintException
public void ConstraintException (String msgKey)
 
Stereotype:
create
 
Method Detail
getName
public String getName ()
 
 

setName
public void setName (String name)
 
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD