com.sap.ip.me.api.persist.meta
Class DescriptorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sap.ip.me.api.services.MEException
              extended bycom.sap.ip.me.api.persist.core.PersistenceException
                  extended bycom.sap.ip.me.api.persist.meta.DescriptorException
All Implemented Interfaces:
java.io.Serializable

public class DescriptorException
extends PersistenceException

exception which is thrown in the meta package

Version:
Author:
SAP
See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_NOT_FOUND
           
static java.lang.String INCONSISTENT_LINK
           
static java.lang.String INCONSISTENT_TYPE
           
static java.lang.String INVALID_MULTIPLICITY
           
static java.lang.String UNSUPPORTED_LINKTYPE
           
 
Fields inherited from class com.sap.ip.me.api.persist.core.PersistenceException
DELETE_NON_EXISTING, ILLEGAL_KEY, ILLEGAL_RUNTIME, INSERT_EXISTING, INVALID_PARAMETER, MODIFY_NON_EXISTING, NESTED_TRANSACTION, NO_CLASSNAME_FOUND, NO_ENTITY_INDEX, NO_METHOD, NO_PERSISTENCE_MASTER, NO_PERSISTENCE_MASTER_FOR_MSD, NO_WRITE_TRANSACTION, NOT_COMPARABLE, PERSISTENCE_MASTER_FOR_MSD_ALREADY_REGISTERED, REFLECTION_ERROR, ROW_NOT_FOUND, SYNCBO_NOT_FOUND, UNEXPECTED
 
Constructor Summary
DescriptorException(java.lang.String txt)
          constructor.
DescriptorException(java.lang.String txt, java.lang.Object[] args)
          constructor.
 
Methods inherited from class com.sap.ip.me.api.services.MEException
getNestedException, getReason, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNSUPPORTED_LINKTYPE

public static final java.lang.String UNSUPPORTED_LINKTYPE
See Also:
Constant Field Values

INCONSISTENT_TYPE

public static final java.lang.String INCONSISTENT_TYPE
See Also:
Constant Field Values

INCONSISTENT_LINK

public static final java.lang.String INCONSISTENT_LINK
See Also:
Constant Field Values

CLASS_NOT_FOUND

public static final java.lang.String CLASS_NOT_FOUND
See Also:
Constant Field Values

INVALID_MULTIPLICITY

public static final java.lang.String INVALID_MULTIPLICITY
See Also:
Constant Field Values
Constructor Detail

DescriptorException

public DescriptorException(java.lang.String txt,
                           java.lang.Object[] args)
constructor.


DescriptorException

public DescriptorException(java.lang.String txt)
constructor.



Copyright © 2005 SAP AG. All Rights Reserved.