public class AppProfileInternalException
extends com.ibm.ws.exception.WsRuntimeException
| Constructor and Description |
|---|
AppProfileInternalException()
Construct a new AppProfileInternalException with a null detail message and an
uninitialized cause filed.
|
AppProfileInternalException(java.lang.String message)
Construct a new AppProfileInternalException with the specified detail message and an
uninitialized cause field.
|
AppProfileInternalException(java.lang.String message,
java.lang.Throwable cause)
Construct a new AppProfileInternalException with a null detail message and a cause field
set to the specified Throwable.
|
AppProfileInternalException(java.lang.Throwable cause)
Construct a new AppProfileInternalException with a null detail message and a cause field
set to the specified Throwable.
|
public AppProfileInternalException()
public AppProfileInternalException(java.lang.String message)
message - a detail message. Null is tolerated.public AppProfileInternalException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message. Null is tolerated.cause - the Throwable that was caught and is considered the root cause
of this exception. Null is tolerated.public AppProfileInternalException(java.lang.Throwable cause)
cause - the Throwable that was caught and is considered the root cause
of this exception. Null is tolerated.