Fido Alpha 3.2

fido.db
Class CannotDeleteSystemLinkException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fido.db.FidoException
                    |
                    +--fido.db.CannotDeleteSystemLinkException
All Implemented Interfaces:
java.io.Serializable

public class CannotDeleteSystemLinkException
extends FidoException

An attempt to remove a LinkType that was created by the system. These link types are required and cannot be removed.

See Also:
Serialized Form

Constructor Summary
CannotDeleteSystemLinkException(java.lang.String s)
          Constructs a CannotDeleteSystemLinkException with a specified detail message.
 
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

CannotDeleteSystemLinkException

public CannotDeleteSystemLinkException(java.lang.String s)
Constructs a CannotDeleteSystemLinkException with a specified detail message.

Parameters:
s - the detail message

Fido Alpha 3.2