org.melati.poem
Class DoubleCreatePoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.SeriousPoemException
org.melati.poem.AppBugPoemException
org.melati.poem.DoubleCreatePoemException
- All Implemented Interfaces:
- Serializable
public class DoubleCreatePoemException
- extends AppBugPoemException
Thrown when an attempt to create a Persistent
which
already exists is made.
- Author:
- WilliamC At paneris.org
- See Also:
- Serialized Form
persistent
public Persistent persistent
- The Persistent we have a problem with.
DoubleCreatePoemException
public DoubleCreatePoemException(Persistent persistent)
- Constructor.
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage
in class PoemException
- Returns:
- The detail message.
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.