tyrex.tm
Class DomainConfigurationException

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

public class DomainConfigurationException
extends NestedException

A general exception associated with transaction domains.

Version:
$Revision: 1.1 $
Author:
Assaf Arkin
See Also:
Serialized Form

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 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


Intalio Inc. (C) 1999-2001. All rights reserved.