|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.nhindirect.config.service.ConfigurationFault
@WebFault public class ConfigurationFault
Configuration fault class.
| Constructor Summary | |
|---|---|
ConfigurationFault()
Default constructor. |
|
ConfigurationFault(ConfigurationError anError)
Construct a new ConfigurationFault with a specific ConfigurationError. |
|
ConfigurationFault(String aMsg,
ConfigurationError anError)
Construct a new ConfigurationFault with a specific message and ConfigurationError. |
|
| Method Summary | |
|---|---|
static ConfigurationFault |
errorToFault(Exception e)
Convert an Exception to a ConfigurationFault. |
ConfigurationError |
getError()
Get the value of error. |
String |
getMessage()
Return the value of message. |
void |
setError(ConfigurationError error)
Set the value of error. |
void |
setMessage(String message)
Set the message. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationFault()
public ConfigurationFault(ConfigurationError anError)
anError - A ConfigurationError.
public ConfigurationFault(String aMsg,
ConfigurationError anError)
aMsg - A message.anError - A ConfigurationError.| Method Detail |
|---|
public String getMessage()
getMessage in class Throwablepublic void setMessage(String message)
message - The value of message.public ConfigurationError getError()
public void setError(ConfigurationError error)
error - The value of error.public static ConfigurationFault errorToFault(Exception e)
e - The Exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||