MetaBoss

com.metaboss.sdlctools.models
Class OperationAttemptedInTransactionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.metaboss.enterprise.BaseException
              extended bycom.metaboss.enterprise.bo.BOException
                  extended bycom.metaboss.sdlctools.models.ModelRepositoryException
                      extended bycom.metaboss.sdlctools.models.OperationAttemptedInTransactionException
All Implemented Interfaces:
java.io.Serializable

public class OperationAttemptedInTransactionException
extends ModelRepositoryException

Specialised exception, which is thrown when non-transactional ModelRepository operation is called while repository is in transaction.

See Also:
Serialized Form

Constructor Summary
OperationAttemptedInTransactionException(java.lang.String pOperationName)
          Constructs OperationAttemptedInTransactionException object which carries message
 
Methods inherited from class com.metaboss.enterprise.BaseException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationAttemptedInTransactionException

public OperationAttemptedInTransactionException(java.lang.String pOperationName)
Constructs OperationAttemptedInTransactionException object which carries message


MetaBoss

Copyright © 2000-2005 Softaris Pty.Ltd. All Rights Reserved.