jrunx.tyrex.tm
Class DomainConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.tyrex.util.NestedException
                    |
                    +--jrunx.tyrex.tm.DomainConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class DomainConfigurationException
extends NestedException

A general exception associated with transaction domains.

See Also:
Serialized Form

Fields inherited from class jrunx.tyrex.util.NestedException
DEFAULT_MESSAGE
 
Constructor Summary
DomainConfigurationException(java.lang.Exception except)
          Construct a new exception based on an underlying exception.
DomainConfigurationException(java.lang.String message)
          Construct a new exception with the specified message.
DomainConfigurationException(java.lang.String message, java.lang.Exception except)
          Construct a new exception based on an underlying exception.
 
Methods inherited from class jrunx.tyrex.util.NestedException
getException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DomainConfigurationException

public DomainConfigurationException(java.lang.String message)
Construct a new exception with the specified message.
Parameters:
message - The message text

DomainConfigurationException

public DomainConfigurationException(java.lang.Exception except)
Construct a new exception based on an underlying exception.
Parameters:
except - The underlying exception

DomainConfigurationException

public DomainConfigurationException(java.lang.String message,
                                    java.lang.Exception except)
Construct a new exception based on an underlying exception.
Parameters:
message - The message text
except - The underlying exception


Copyright © 2002 Macromedia Corporation. All Rights Reserved.