|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3.1.0) B28977-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.webservices.management.ConfigException
public class ConfigException
Thrown to indicate a configuration error.
Constructor Summary | |
---|---|
ConfigException(String message) Constructs a new exception with the specified detail message. |
|
ConfigException(String message, Throwable cause) Constructs a new exception with the specified detail message and cause. |
|
ConfigException(Throwable cause) Constructs a new ConfigException with the specified cause and a detail message of (cause==null ? |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 ConfigException(Throwable cause)
cause
- The underlying cause or null.public ConfigException(String message)
message
- The detail message.public ConfigException(String message, Throwable cause)
message
- The detail message.cause
- The underlying cause or null.
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |