All Packages  This Package  Class Hierarchy  Class Search  Index

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

  Summary

public class  NoCreatorException
     extends java.lang.IllegalArgumentException
{
          // Constructors 2
     public NoCreatorException();
     public NoCreatorException(String);

}

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.


  Cross Reference

Thrown By:
DatabaseImpl.createPref(), Database.getPref(), Database.setPref(), Pref.Pref(), DatabaseImpl.createPref(), Dlp.createPref(), Dlp.createPref(), Dlp.createPref(), Dlp.getPref()





  Constructors

· NoCreatorException

Summary  |  Top
   public NoCreatorException() 


· NoCreatorException

Summary  |  Top
   public NoCreatorException(String s) 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7