|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.SeriousPoemException
org.melati.poem.NotInSessionPoemException
public class NotInSessionPoemException
Thrown when it is discovered that a Transaction has
somehow been created outside a Session.
| Field Summary |
|---|
| Fields inherited from class org.melati.poem.PoemException |
|---|
subException |
| Constructor Summary | |
|---|---|
NotInSessionPoemException()
Constructor. |
|
NotInSessionPoemException(java.lang.String message)
Constructor with message. |
|
| Method Summary |
|---|
| Methods inherited from class org.melati.poem.PoemException |
|---|
getCoreMessage, getMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotInSessionPoemException()
public NotInSessionPoemException(java.lang.String message)
message - the message
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||