org.jdesktop.jdic.filetypes
Class AssociationNotRegisteredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jdesktop.jdic.filetypes.AssociationException
              extended by org.jdesktop.jdic.filetypes.AssociationNotRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class AssociationNotRegisteredException
extends AssociationException

An AssociationNotRegisteredException is thrown by certain methods of AssociationService while trying to remove an association not existed in the system.

See Also:
AssociationService, Serialized Form

Constructor Summary
AssociationNotRegisteredException()
          Constructs an AssociationNotRegisteredException object with no detail message.
AssociationNotRegisteredException(java.lang.String msg)
          Constructs an AssociationNotRegisteredException 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

AssociationNotRegisteredException

public AssociationNotRegisteredException()
Constructs an AssociationNotRegisteredException object with no detail message.


AssociationNotRegisteredException

public AssociationNotRegisteredException(java.lang.String msg)
Constructs an AssociationNotRegisteredException object with the specified detail message.

Parameters:
msg - the detail message pertaining to this exception.


Copyright © 2005 Sun Microsystems All Rights Reserved.