public class InvalidConfigDataTypeException extends ConfigServiceException
nls
Constructor and Description |
---|
InvalidConfigDataTypeException(java.lang.String type) |
InvalidConfigDataTypeException(java.lang.Throwable cause,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.String |
getType() |
getAdminException, printStackTrace, printStackTrace
public InvalidConfigDataTypeException(java.lang.Throwable cause, java.lang.String type)
cause
- - the original exception.type
- - the class name of the config object.public InvalidConfigDataTypeException(java.lang.String type)