com.sap.ip.me.api.persist.meta
Class DescriptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.ip.me.api.services.MEException
com.sap.ip.me.api.persist.core.PersistenceException
com.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
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 |
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 |
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
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.