com.syncbuilder.storage
Class NoCreatorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--com.syncbuilder.storage.NoCreatorException

public class NoCreatorException
extends java.lang.IllegalArgumentException

This Exception is thrown when you try to create a Pref object without supplying a creator ID. Since Pref objects are tied to their application through their creator ID, it is absolutely essential that you provide such an ID.

See Also:
Serialized Form

Constructor Summary
NoCreatorException()
           
NoCreatorException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoCreatorException

public NoCreatorException()

NoCreatorException

public NoCreatorException(java.lang.String s)


This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.