tyrex.tm
Class DomainConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bytyrex.util.NestedException
              extended bytyrex.tm.DomainConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class DomainConfigurationException
extends tyrex.util.NestedException

A general exception associated with transaction domains.

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

Field Summary
 
Fields inherited from class java.lang.Exception
 
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, 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.