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

com.newstep.solid.persistence
Class ReadOnlyException
java.lang.Throwable
  |
  +--java.lang.Exception
       |
       +--com.newstep.solid.persistence.PersistenceException
            |
            +--com.newstep.solid.persistence.ReadOnlyException
All Implemented Interfaces:
       Serializable

public class ReadOnlyException      
Exception indicating a write failure to persistence becuase the store is read only
Exceptions:
true
 
Links:
Generalization Generalization Link
to Class PersistenceException
Exception indicating a write failure to persistence becuase the store is read only
 
 

Field Summary
private final static long
Constructor Summary
public void
ReadOnlyException(String msgKey, Throwable exception)
public void
ReadOnlyException(Throwable exception)
public void
ReadOnlyException(String msgKey)
Field Detail
serialVersionUID
private final static long serialVersionUID
Final.
Multiplicity:
1
Static.
 
Constructor Detail
ReadOnlyException
public void ReadOnlyException (String msgKey, Throwable exception)
 
Stereotype:
create
 

ReadOnlyException
public void ReadOnlyException (Throwable exception)
 
Stereotype:
create
 

ReadOnlyException
public void ReadOnlyException (String msgKey)
 
Stereotype:
create
 

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