tyrex.tm
Class DomainConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tyrex.util.NestedException
              extended by 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.
 
Method Summary
 
Methods inherited from class tyrex.util.NestedException
getException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, 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


Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.