tyrex.tm
public class DomainConfigurationException extends NestedException
Version: $Revision: 1.1 $
| Constructor Summary | |
|---|---|
| DomainConfigurationException(String message)
Construct a new exception with the specified message.
| |
| DomainConfigurationException(Exception except)
Construct a new exception based on an underlying exception.
| |
| DomainConfigurationException(String message, Exception except)
Construct a new exception based on an underlying exception.
| |
Parameters: message The message text
Parameters: except The underlying exception
Parameters: message The message text except The underlying exception