|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.pkjs.pl.PLException
public class PLException
Serializable Exception des PL für den Client
| Constructor Summary | |
|---|---|
PLException()
|
|
PLException(java.lang.String message)
|
|
PLException(java.lang.String message,
PLException cause)
Wenn schon PLEx: dann nicht weiter verpacken |
|
PLException(java.lang.String message,
java.lang.Throwable cause)
|
|
PLException(java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAdditionalMessage()
|
int |
getErrorCode()
Von SQLException.getErrorCode() |
java.lang.String |
getLocalizedMessage()
Hier überschrieben für Messages von SQL-Exceptions |
JDataRow |
getRow()
Liefert die Zeile mit dem Lockkonflikt |
java.lang.String |
getSQLState()
Von SQLException.getSQLState() |
boolean |
isDuplicate()
Versucht anhand des sqlState zu ermitteln, ob ein Unique Constraint verletzt ist. |
boolean |
isOptimistic()
true, wenn dieser Fehler durch Optimistisches Locking verursacht wurde |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PLException()
public PLException(java.lang.String message)
message - public PLException(java.lang.Throwable cause)
cause -
public PLException(java.lang.String message,
PLException cause)
message - cause -
public PLException(java.lang.String message,
java.lang.Throwable cause)
message - cause - | Method Detail |
|---|
public java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.Throwablepublic java.lang.String getSQLState()
SQLException.getSQLState()
public int getErrorCode()
SQLException.getErrorCode()
public java.lang.String getAdditionalMessage()
public boolean isOptimistic()
public JDataRow getRow()
public boolean isDuplicate()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||