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
| 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 |
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 textexcept - The underlying exception
Copyright � 2002 Macromedia Corporation. All Rights Reserved.