|
JDIC API V2006 Release 0308 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jdesktop.jdic.filetypes.AssociationException
org.jdesktop.jdic.filetypes.AssociationAlreadyRegisteredException
public class AssociationAlreadyRegisteredException
An AssociationAlreadyRegisteredException
is thrown by certain methods
of AssociationService
while trying to add an association already
existed in the system.
AssociationService
,
Serialized FormConstructor Summary | |
---|---|
AssociationAlreadyRegisteredException()
Constructs an AssociationAlreadyRegisteredException object
with no detail message. |
|
AssociationAlreadyRegisteredException(java.lang.String msg)
Constructs an AssociationAlreadyRegisteredException object
with the specified detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AssociationAlreadyRegisteredException()
AssociationAlreadyRegisteredException
object
with no detail message.
public AssociationAlreadyRegisteredException(java.lang.String msg)
AssociationAlreadyRegisteredException
object
with the specified detail message.
msg
- the detail message pertaining to this exception.
|
JDIC API V2006 Release 0308 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, working code examples, license terms and bug report information.
Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.