com.metamatrix.platform.config.spi.xml
Class ConfigTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.metamatrix.core.MetaMatrixCoreException
com.metamatrix.api.exception.MetaMatrixException
com.metamatrix.common.transaction.TransactionException
com.metamatrix.platform.config.spi.xml.ConfigTransactionException
- All Implemented Interfaces:
- java.io.Serializable
public class ConfigTransactionException
- extends TransactionException
Date Oct 10, 2002
TransactionException exception indicates that the request cannot be
executed because of an error with the transaction.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TRANS_ALREADY_LOCKED
public static final java.lang.String TRANS_ALREADY_LOCKED
- See Also:
- Constant Field Values
TRANS_NOT_LOCKED_BY_SAME_USER
public static final java.lang.String TRANS_NOT_LOCKED_BY_SAME_USER
- See Also:
- Constant Field Values
TRANS_PROCESSING_ERROR
public static final java.lang.String TRANS_PROCESSING_ERROR
- See Also:
- Constant Field Values
ConfigTransactionException
public ConfigTransactionException()
- No-arg CTOR
ConfigTransactionException
public ConfigTransactionException(java.lang.String message)
- Construct an instance with the message specified.
- Parameters:
message - A message describing the exception
ConfigTransactionException
public ConfigTransactionException(java.lang.String code,
java.lang.String message)
- Construct an instance with the message and error code specified.
- Parameters:
message - A message describing the exceptioncode - The error code
ConfigTransactionException
public ConfigTransactionException(java.lang.Exception e,
java.lang.String message)
- Construct an instance from a message and an exception to chain to this one.
- Parameters:
code - A code denoting the exceptione - An exception to nest within this one
ConfigTransactionException
public ConfigTransactionException(java.lang.Exception e,
java.lang.String code,
java.lang.String message)
- Construct an instance from a message and a code and an exception to
chain to this one.
- Parameters:
e - An exception to nest within this onemessage - A message describing the exceptioncode - A code denoting the exception
setTransactionState
public void setTransactionState(java.lang.String code)
getTransactionState
public java.lang.String getTransactionState()
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Overrides:
readExternal in class MetaMatrixException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException- See Also:
Externalizable.readExternal(java.io.ObjectInput)
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Overrides:
writeExternal in class MetaMatrixException
- Throws:
java.io.IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
Copyright © 2009. All Rights Reserved.