org.jdesktop.jdic.filetypes
Class AssociationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jdesktop.jdic.filetypes.AssociationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AssociationAlreadyRegisteredException, AssociationNotRegisteredException, RegisterFailedException

public class AssociationException
extends java.lang.Exception

The AssociationException class and its subclasses are thrown by certain methods of AssociationService to indicate the operation fails.

See Also:
AssociationService, Serialized Form

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

AssociationException

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


AssociationException

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

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


Copyright © 2005 Sun Microsystems All Rights Reserved.