public class CreateControlFailedException extends NamingException
Constructor and Description |
---|
CreateControlFailedException(java.lang.String msg)
Create a new CreateControlFailedException.
|
CreateControlFailedException(java.lang.String msg,
java.lang.Throwable cause)
Create a new CreateControlFailedException.
|
getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj
contains, getMessage, getMostSpecificCause, getRootCause
public CreateControlFailedException(java.lang.String msg)
msg
- the detail messagepublic CreateControlFailedException(java.lang.String msg, java.lang.Throwable cause)
msg
- the detail messagecause
- the root cause (if any)