org.tm4j.topicmap
Class ProviderTransactionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.tm4j.topicmap.TopicMapRuntimeException
                  extended byorg.tm4j.topicmap.ProviderTransactionException
All Implemented Interfaces:
java.io.Serializable

public class ProviderTransactionException
extends TopicMapRuntimeException

Exception raised by transaction processing methods.

See Also:
Serialized Form

Constructor Summary
ProviderTransactionException(java.lang.String msg)
           
ProviderTransactionException(java.lang.String msg, java.lang.Exception cause)
           
 
Methods inherited from class org.tm4j.topicmap.TopicMapRuntimeException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProviderTransactionException

public ProviderTransactionException(java.lang.String msg)

ProviderTransactionException

public ProviderTransactionException(java.lang.String msg,
                                    java.lang.Exception cause)